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

参照

CommandNames タイプ