ImageGear .NET v24.14 - Updated September 15, 2020
OfficeLoadHiddenSheets Property




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearLoadOptions Class : 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.
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

Reference

ImGearLoadOptions Class
ImGearLoadOptions Members