VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_XlsxShowHiddenSheets Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_XlsxShowHiddenSheets Method
    In This Topic
    Gets a value indicating whether the hidden XLSX worksheets must be shown.
    Syntax
    var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_XlsxShowHiddenSheets();
    
    
    function get_XlsxShowHiddenSheets() : boolean;
    

    Return Value

    True - hidden XLSX worksheets must be shown; false - hidden XLSX worksheets must not be shown. Default value is false.
    Browser Compatibility
    9
    See Also