GridCells.CheckRow

GridCells.CheckRow method

Gets the GridRow element or null at the specified cell row index.

public GridRow CheckRow(int i)
ParameterTypeDescription
iInt32Row index

Return Value

Returns GridRow object If the row object does exist, otherwise returns null.

See Also