get_XlsxShowHiddenGraphics Метод
Gets a value indicating whether the hidden graphics must be shown on XLSX page.
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
var value; // Type: boolean
value = instance.get_XlsxShowHiddenGraphics();
function get_XlsxShowHiddenGraphics() : boolean;
Return Value
True - hidden graphics must be shown on XLSX page; false - hidden graphics must not be shown on XLSX page. Default value is false.