SpreadJS Documentation
getItems Method
Gets all the items that belong to the toolbar.
Syntax
var instance = new GcSpread.Sheets.TouchToolStrip(spread, 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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.