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(
: boolean
) : any;
Parameters
- value
- A value indicating whether formula panel is shown in full screen mode.
Browser Compatibility
See Also