SpreadJS Documentation
getItems Method
GC.Spread.Sheets.Touch Namespace > TouchToolStrip class : getItems Method
Gets all the items that belong to the toolbar.
Syntax
var instance = new GC.Spread.Sheets.Touch.TouchToolStrip(workbook, host);
var value; // Type: any
value = instance.getItems();
function getItems() : any;

Return Value

An array that contains all the items in the toolbar.
See Also

Reference

TouchToolStrip class