ComponentOne FlexPivot for WinForms
Rpl Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Op Class : Rpl Method
String operand.
Substring to replace.
Substring to replace it with.
Replace: unary, simple (without aggregation) operation on strings.
Syntax
'Declaration
 
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
)

Parameters

col
String operand.
oldValue
Substring to replace.
newValue
Substring to replace it with.
See Also

Reference

Op Class
Op Members