FlexPivot for WinForms
Rpl メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Op クラス : Rpl メソッド
String operand.
Substring to replace.
Substring to replace it with.
Replace: unary, simple (without aggregation) operation on strings.
シンタックス
'宣言
 
Public Shared Function Rpl( _
   ByVal col As Column, _
   ByVal oldValue As System.String, _
   ByVal newValue As System.String _
) As ColumnOp
public static ColumnOp Rpl( 
   Column col,
   System.string oldValue,
   System.string newValue
)

パラメータ

col
String operand.
oldValue
Substring to replace.
newValue
Substring to replace it with.
参照

Op クラス
Op メンバ