PowerPoint.Interfaces.TableColumnCollectionLoadOptions 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 ]