set_IsMainMenuHeaderVisible Method
In This Topic
Sets a value indicating whether main menu header is visible.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsMainMenuHeaderVisible(value);
function set_IsMainMenuHeaderVisible(
: boolean
) : any;
Parameters
- value
- A value indicating whether main menu header is visible.
Browser Compatibility
See Also