ComponentOne FlexPivot for WinForms
Lt Method (Column)

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Column Class : Lt Method
A value.
Comparison operation LessThan.
Syntax
'Declaration
 
Public Function Lt( _
   ByVal val As System.Object _
) As ColumnCondition
public ColumnCondition Lt( 
   System.object val
)

Parameters

val
A value.

Return Value

True if a column value is less than the specified value.
See Also

Reference

Column Class
Column Members