ImageGear v26.3 - Updated
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
    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.
    Remarks
    The default value is true.
    See Also