WebCells.SetRowHiddenStatus

WebCells.SetRowHiddenStatus method

Set hidden status of a specified row.

public void SetRowHiddenStatus(int row, bool isHidden)
ParameterTypeDescription
rowInt32Row index.
isHiddenBooleanHidden status of row.

See Also