ComponentOne FlexGrid for WinForms
ContainsCol Method

C1.Win.C1FlexGrid Namespace > CellRange Structure : ContainsCol Method
Index of the column to check.
Determines whether the range contains a given column.
Syntax
'Declaration
 
Public Function ContainsCol( _
   ByVal col As Integer _
) As Boolean
public bool ContainsCol( 
   int col
)

Parameters

col
Index of the column to check.

Return Value

True if the range contains the column, False otherwise.
See Also

Reference

CellRange Structure
CellRange Members