[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellRange.ContainsRow

ContainsRow Method

ContainsRow(int)

Determines whether the range contains a given row.

Declaration
public bool ContainsRow(int row)
Parameters
Type Name Description
int row

Index of the row to check.

Returns
Type Description
bool

True if the range contains the row, False otherwise.