[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellRange.ContainsRow

ContainsRow Method

ContainsRow(int)

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

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

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

Returns
Type Description
bool

True if this range contains the row specified by the row parameter.