Excel.Interfaces.ChartPlotAreaLoadOptions interface
此对象表示图表绘图区的属性。
注解
属性
| $all |
|
| format | 指定图表绘图区的格式设置。 |
| height | 指定绘图区的高度值。 |
| inside |
指定绘图区的内部高度值。 |
| inside |
指定绘图区的左侧内部值。 |
| inside |
指定绘图区的内部顶部值。 |
| inside |
指定绘图区的内部宽度值。 |
| left | 指定绘图区的左侧值。 |
| position | 指定绘图区的位置。 |
| top | 指定绘图区的最大值。 |
| width | 指定绘图区的宽度值。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
format
指定图表绘图区的格式设置。
format?: Excel.Interfaces.ChartPlotAreaFormatLoadOptions;