GridCells.GetRow

GridCells.GetRow method

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

public GridRow GetRow(int row)
ParameterTypeDescription
rowInt32Row index

Return Value

If the row object does exist return Row object

See Also