SheetVisibility
Enum
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:
C#
public enum SheetVisibility
Fields
Sheet is hidden but can be unhidden by users through the application interface.
C#
Hidden = 1
Sheet is strongly hidden and can only be made visible programmatically, not through user interface.
C#
VeryHidden = 2
Sheet is visible and accessible to users with its tab displayed.
C#
Visible = 0