GridCells.UnhideRow

GridCells.UnhideRow method

Unhides a row.

public void UnhideRow(int row, int height)
ParameterTypeDescription
rowInt32Row index.
heightInt32Row height. The row’s height will be changed only when the row is hidden and given height value is positive.

See Also