ComponentOne FlexPivot for WinForms
SubStr Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Op Class : SubStr Method
String operand.
Extract substring starting from this index.
Length of the substring.
Substring: unary, simple (without aggregation) operation on strings.
Syntax
'Declaration
 
Public Shared Function SubStr( _
   ByVal col As Column, _
   ByVal startIndex As System.Integer, _
   ByVal length As System.Integer _
) As ColumnOp
public static ColumnOp SubStr( 
   Column col,
   System.int startIndex,
   System.int length
)

Parameters

col
String operand.
startIndex
Extract substring starting from this index.
length
Length of the substring.
See Also

Reference

Op Class
Op Members