FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / Rpl Method
String operand.
Substring to replace.
Substring to replace it with.

In This Topic
    Rpl Method
    In This Topic
    Replace: unary, simple (without aggregation) operation on strings.
    Syntax
    'Declaration
     
    Public Shared Function Rpl( _
       ByVal col As Column, _
       ByVal oldValue As String, _
       ByVal newValue As String _
    ) As ColumnOp
    public static ColumnOp Rpl( 
       Column col,
       string oldValue,
       string newValue
    )

    Parameters

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