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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_XlsxShowHiddenSheets(value);

Parameters

value
True - hidden XLSX worksheets must be shown; false - hidden XLSX worksheets must not be shown. Default value is false.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also