var instance = new GC.Spread.Sheets.Touch.TouchToolStrip(workbook, host); var value; // Type: any value = instance.getItem(name);
function getItem( name : string ) : any;
Parameters
- name
- The item name.
Return Value
If the item exists in the toolbar, the item is returned; otherwise, returns undefined.