ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRange Structure / ContainsCol Method
Index of the column to check.

In This Topic
    ContainsCol Method
    In This Topic
    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