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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_XlsxShowHiddenGraphics(value);

Parameters

value
True - hidden graphics must be shown on XLSX page; false - hidden graphics must not be shown on XLSX page. Default value is false.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also