var instance = new GC.Spread.Sheets.Touch.TouchToolStripItem(name, text, image, command, canExecute); var returnValue; // Type: any returnValue = instance.image(value);
function image( value : string ) : any;
Parameters
- value
- The path and filename for the item image source.
Return Value
If no value is set, returns the source of the item image; otherwise, returns the toolbar item.