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

参照

CommandNames タイプ