PowerPoint.Interfaces.TableColumnCollectionLoadOptions interface

表示表列的集合。

属性

$all

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

columnIndex

For EACH ITEM in the collection: 返回表的列集合内列的索引号。 从零开始编制索引。

width

对于集合中的每个项目: 检索列的宽度(以磅为单位)。 如果设置的列宽小于最小宽度,则列宽将增加到最小宽度。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

columnIndex

For EACH ITEM in the collection: 返回表的列集合内列的索引号。 从零开始编制索引。

columnIndex?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.9

width

对于集合中的每个项目: 检索列的宽度(以磅为单位)。 如果设置的列宽小于最小宽度,则列宽将增加到最小宽度。

width?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.9