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

参照

CommandNames タイプ