PowerPoint.Interfaces.TableColumnLoadOptions interface

代表表格中的一列。

注解

[ API 集:PowerPointApi 1.9 ]

属性

$all

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

columnIndex

返回表的列集合中列的索引号。 从零开始编制索引。

width

检索列的宽度(以磅为单位)。 如果设置的列宽度小于最小宽度,则列宽度将增加到最小宽度。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

columnIndex

返回表的列集合中列的索引号。 从零开始编制索引。

columnIndex?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.9 ]

width

检索列的宽度(以磅为单位)。 如果设置的列宽度小于最小宽度,则列宽度将增加到最小宽度。

width?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.9 ]