Spread 8.0 Documentation
SheetVisible Property
Support Options
ActiveX Reference > ActiveX Properties > SheetVisible Property

Glossary Item Box

SheetVisible Property


See Also    DLL    Example

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

Setting Sheet Names

ActiveSheet, Sheet, SheetCount properties

DLL Correspondence

SSGetSheetVisible, SSSetSheetVisible functions

Copyright © GrapeCity, inc. All rights reserved.