GridCells.GetRow

GridCells.GetRow method

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

public GridRow GetRow(int i)
ParameterTypeDescription
iInt32Row index

Return Value

the row object

See Also