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

参照

CommandNames タイプ