Excel.Interfaces.ChartPointsCollectionLoadOptions interface
图表中某个系列的所有图表点的集合。
注解
属性
$all |
|
format | 对于集合中的每个项:封装格式属性图表点。 |
value | 对于集合中的每个项:返回图表点的值。 |
属性详细信息
$all
$all
为 LoadOptions 指定将加载所有标量属性 (例如:Range.address
) 但不加载导航属性 (例如: Range.format.fill.color
) 。
$all?: boolean;
属性值
boolean
format
对于集合中的每个项:封装格式属性图表点。
format?: Excel.Interfaces.ChartPointFormatLoadOptions;