Enum SheetVisibility
Specifies the visibility level of a sheet in the workbook, controlling user access and tab display.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum SheetVisibility
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.