RowHidden Property
Applies To
fpSpread control
Description
Sets or returns whether a row is hidden. This property is available at run time only.
Syntax
BOOL CSpreadSheet::GetRowHidden( );
void CSpreadSheet::SetRowHidden(BOOL value);
[form.]fpSpread.RowHidden[ = boolean%]
Remarks
This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property. Before using the RowHidden property, set the Row property to specify which row to hide.
To hide columns in the sheet, use the Col and ColHidden properties.
Spread Designer
Choose the Sheet menu, then the Columns and Rows menu, select the Rows tab, and then select the Row Hidden check box in the Settings-Current Row group box in the Column and Row Settings dialog box.
Before selecting the check box, select the row that you want hidden.
In the Spread Designer, the RowHidden property is temporarily reset to False when in design mode to assist you in the design process. When you switch to run-time mode, the sheet behaves according to the setting you have chosen for this property.
For more information about design mode and run-time mode, see Using Design Versus Run-Time Mode.
Data Type
Integer (Boolean)
See Also
Using Design Versus Run-Time Mode
Exporting to an HTML File
Hiding Columns and Rows
Col, ColHidden, Row, Sheet properties
DLL Correspondence
SSIsRowHidden, SSShowRow functions