SpreadJS製品ヘルプ
FontSize フィールド
GC.Spread.Sheets.Designer 名前空間 > CommandNames タイプ : FontSize フィールド
コマンド名FontSizeを取得します。
シンタックス
var value; // Type: FontSize
value = GC.Spread.Sheets.Designer.CommandNames.FontSize;
var FontSize : FontSize;
使用例
// 次のサンプルコードは、コマンド名でFontSizeを取得します。
var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.FontSize);
関連トピック

参照

CommandNames タイプ