Excel.Interfaces.ChartGridlinesLoadOptions interface
グラフの軸の目盛線または補助目盛線を表します。
注釈
プロパティ
| $all | 読み込みオプションに |
| format | グラフの目盛線の書式設定を表します。 |
| visible | 軸の目盛線を表示するかどうかを指定します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
format
グラフの目盛線の書式設定を表します。
format?: Excel.Interfaces.ChartGridlinesFormatLoadOptions;