VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_XlsxShowHiddenGraphics Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    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.
    Смотрите также