Link Search Menu Expand Document

SSpread.ColHidden Property

Set whether to hide the column.

Before setting this property, use the Col property to specify the target column.

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

Set the RowHidden property to hide the row.

Example of usage

Col = 3;
ColHidden = $TRUE;

Related Item
RowHidden property