ComponentOne FlexPivot for WinForms
Sub Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Op Class : Sub Method
First operand.
Second operand.
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

Reference

Op Class
Op Members