Link Search Menu Expand Document

SSpread.RowHidden Property

Sets whether to hide the row.

Before setting this property, use the Row property to specify the desired row.

Specify $TRUE to hide the row and $FALSE to show the row. The initial value is $FALSE.

Set the ColHidden property to hide the row.

Example of usage

Row = 3;
RowHidden = $TRUE;

Related Item
ColHidden property