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