Gets or sets a value indicating whether to load hidden Excel sheets.
If this parameter is false then the only visible sheets will be available after loading the document.
Syntax
'Declaration
Public Property OfficeLoadHiddenSheets As Boolean
'Usage
Dim instance As ImGearLoadOptions
Dim value As Boolean
instance.OfficeLoadHiddenSheets = value
value = instance.OfficeLoadHiddenSheets
public bool OfficeLoadHiddenSheets {get; set;}
public: __property bool get_OfficeLoadHiddenSheets();
public: __property void set_OfficeLoadHiddenSheets(
bool value
);
public:
property bool OfficeLoadHiddenSheets {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also