Skip to main content

TdxSpreadSheetCustomView.Visible Property

Specifies if the worksheet is currently available to an end-user.

f

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use this property to specify whether the current worksheet’s tab is displayed within the caption bar area. If the Visible property is set to True, an end-user can activate the worksheet by clicking its tab. Otherwise, the sheet is hidden and cannot be activated. However, an end-user can display it by using the Unhide dialog window.

For additional information, refer to the Worksheet Management topic.

Note

A worksheet whose Visible property is set to False can be accessed by using only the Spreadsheet control’s Sheets property. Otherwise, you can access this sheet by using the VisibleSheets property as well.

The default value of the Visible property is True.

See Also