FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / Sub Method
First operand.
Second operand.

In This Topic
    Sub Method
    In This Topic
    Subtract: binary, simple (without aggregation) operation.
    Syntax
    'Declaration
     
    Public Shared Function Sub( _
       ByVal col1 As Column, _
       ByVal col2 As Column _
    ) As ColumnOp
    public static ColumnOp Sub( 
       Column col1,
       Column col2
    )

    Parameters

    col1
    First operand.
    col2
    Second operand.
    See Also