SpreadJS Documentation
StatusItem Method
GC.Spread.Sheets Namespace > StatusBar type : StatusItem Method
- The name is the Unique identifier and needed in context menu and statusbar.
- The object of status item options.
The base class of status item provides basic value display and related context menu item function.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.StatusBar.StatusItem(name, options);
function StatusItem( 
   name : string,
   options : Object
) : any;

Parameters

name
- The name is the Unique identifier and needed in context menu and statusbar.
options
- The object of status item options.
See Also

Reference

StatusBar type