SheetVisible Property
Applies To
fpSpread control
Description
Sets or returns whether a sheet is visible.
Syntax
C++
Bool CSpreadSheet::GetSheetVisible( );
void CSpreadSheet::SetSheetVisible(Bool value);
Visual Basic
[form.]fpSpread.SheetVisible[ = boolean%]
Remarks
Set the Sheet property to specify the sheet before you set the SheetVisible property. Sheet numbers are one-based.
Setting the SheetVisible property to False hides the tab. The ActiveSheet property can still be set to this sheet in code.
Spread Designer
Choose the Sheet menu, then the Sheets menu, and then select the Sheet Visible check box in the Sheet Settings dialog box.
Data Type
Integer (Boolean)
See Also
ActiveSheet, Sheet, SheetCount properties
DLL Correspondence
SSGetSheetVisible, SSSetSheetVisible functions