var value; // Type: ShowLastPoint value = GC.Spread.Sheets.Designer.CommandNames.ShowLastPoint;
var 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);