ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class / OfficeLoadHiddenSheets Property




In This Topic
OfficeLoadHiddenSheets Property
In This Topic
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

Property Value

Boolean value.
Remarks
The default value is true.
See Also