GridCells.IsRowHidden

GridCells.IsRowHidden method

Checks whether a row at given index is hidden.

public bool IsRowHidden(int rowIndex)
ParameterTypeDescription
rowIndexInt32row index

Return Value

true if the row is hidden

See Also