VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_ShowFormulaPanelInFullscreenMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ShowFormulaPanelInFullscreenMode Method
    In This Topic
    Sets a value indicating whether formula panel is shown in full screen mode.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ShowFormulaPanelInFullscreenMode(value);
    
    
    function set_ShowFormulaPanelInFullscreenMode(
    value
    A value indicating whether formula panel is shown in full screen mode.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether formula panel is shown in full screen mode.
    Browser Compatibility
    56+
    45+
    11
    See Also