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