Excel.Interfaces.ChartLeaderLinesLoadOptions interface
グラフの引き出し線の書式設定を表す オブジェクトを取得します。
注釈
プロパティ
| $all | 読み込みオプションに |
| format | 系列内のデータ ラベルの引出し線の書式設定を表します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
format
系列内のデータ ラベルの引出し線の書式設定を表します。
format?: Excel.Interfaces.ChartLeaderLinesFormatLoadOptions;