Enum
SheetVisibility

Specifies the visibility level of a sheet in the workbook, controlling user access and tab display.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum SheetVisibility

Fields

Hidden

Sheet is hidden but can be unhidden by users through the application interface.

Declaration

cs-api-definition
Hidden = 1

Field Value

SheetVisibility

VeryHidden

Sheet is strongly hidden and can only be made visible programmatically, not through user interface.

Declaration

cs-api-definition
VeryHidden = 2

Field Value

SheetVisibility

Visible

Sheet is visible and accessible to users with its tab displayed.

Declaration

cs-api-definition
Visible = 0

Field Value

SheetVisibility

In this article
DefinitionFieldsHiddenVeryHiddenVisible
Not finding the help you need?
Contact Support