PowerPoint.Interfaces.TableData interface

一个接口,用于描述通过调用 table.toJSON()返回的数据。

属性

columnCount

获取表中的列数。

rowCount

获取表格中的行数。

values

获取表中的所有值。

属性详细信息

columnCount

获取表中的列数。

columnCount?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]

rowCount

获取表格中的行数。

rowCount?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]

values

获取表中的所有值。

values?: string[][];

属性值

string[][]

注解

[ API 集:PowerPointApi 1.8 ]