OfficeLoadHiddenSheets Property
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.
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);
}
'Declaration
Public Property OfficeLoadHiddenSheets As Boolean
'Usage
Dim instance As ImGearLoadOptions
Dim value As Boolean
instance.OfficeLoadHiddenSheets = value
value = instance.OfficeLoadHiddenSheets
Property Value
Boolean value.