var instance = new GC.Spread.Sheets.Touch.TouchToolStripItem(name, text, image, command, canExecute); var returnValue; // Type: any returnValue = instance.text(value);
function text( value : string ) : any;
パラメータ
- value
- ツールバー項目のテキスト。
戻り値の型
値が設定されていない場合は、項目のテキストを返します。値が設定されている場合は、ツールバー項目を返します。