[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellRange.ContainsCol

ContainsCol Method

ContainsCol(int)

Determines whether the range contains a given column.

Declaration
public bool ContainsCol(int col)
Parameters
Type Name Description
int col

Index of the column to check.

Returns
Type Description
bool

True if the range contains the column, False otherwise.