Excel.Interfaces.ChartDataTableLoadOptions interface

表示图表的数据表对象。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

format

表示图表数据表的格式,包括填充、字体和边框格式。

showHorizontalBorder

指定是否显示数据表的水平边框。

showLegendKey

指定是否显示数据表的图例键。

showOutlineBorder

指定是否显示数据表的轮廓边框。

showVerticalBorder

指定是否显示数据表的垂直边框。

visible

指定是否显示图表的数据表。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

format

表示图表数据表的格式,包括填充、字体和边框格式。

format?: Excel.Interfaces.ChartDataTableFormatLoadOptions;

属性值

注解

API 集:ExcelApi 1.14

showHorizontalBorder

指定是否显示数据表的水平边框。

showHorizontalBorder?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.14

showLegendKey

指定是否显示数据表的图例键。

showLegendKey?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.14

showOutlineBorder

指定是否显示数据表的轮廓边框。

showOutlineBorder?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.14

showVerticalBorder

指定是否显示数据表的垂直边框。

showVerticalBorder?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.14

visible

指定是否显示图表的数据表。

visible?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.14