[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellRange.ContainsColumn

ContainsColumn Method

ContainsColumn(int)

Gets a value that indicates whether this range contains a given column.

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

Index of the column that may be contained in this range.

Returns
Type Description
bool

True if this range contains the column specified by the col parameter.