Link Search Menu Expand Document

SHEETVISIBILITY Enumeration

The hidden state of the sheet

Namespace:Bytescout.Spreadsheet.Constants
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum SHEETVISIBILITY
Members
Member nameValueDescription
Visible0 Visible
Hidden1 Hidden
VeryHidden2 Very Hidden. The sheet is hidden and cannot be displayed using the user interface Can only be set programmatically, e.g. with a Visual Basic macro.
See Also

Reference