var instance = new GC.Spread.Sheets.StatusBar.StatusBar(host, options, options.items);
function StatusBar;
var instance = new GC.Spread.Sheets.StatusBar.StatusBar(host, options, options.items);
function StatusBar;
let statusBar = new GC.Spread.Sheets.StatusBar.StatusBar(document.getElementById('statusBar'), {items: [new GC.Spread.Sheets.StatusBar.StatusItem('labelItem', {menuContent: 'label'})]});
Object
GC.Spread.Sheets.StatusBar.StatusBar
Name | Description | |
---|---|---|
![]() | StatusBar Constructor | Represents status bar. |
Name | Description | |
---|---|---|
![]() | add | Add the item instance to the StatusBar. |
![]() | all | Get all item list. |
![]() | bind | Bind the context of the StatusBar. |
![]() | dispose | Dispose the StatusBar and unbind all events. |
![]() | get | Get the item by item name. |
![]() | remove | Remove the item from the StatusBar. |
![]() | unbind | Unbind the context of the StatusBar. |
![]() | update | Update the StatusBar. |