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