Excel.Interfaces.ChartLineFormatLoadOptions interface
封装行元素的格式设置选项。
注解
属性
$all |
|
color | 表示图表中的线条颜色的 HTML 颜色代码。 |
line |
表示线条样式。 有关详细信息,请参阅 |
weight | 表示线条的粗细(以磅为单位)。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean