PowerPoint.Interfaces.TableData interface
一个接口,用于描述通过调用 table.toJSON()
返回的数据。
属性
column |
获取表中的列数。 |
row |
获取表格中的行数。 |
values | 获取表中的所有值。 |
一个接口,用于描述通过调用 table.toJSON()
返回的数据。
column |
获取表中的列数。 |
row |
获取表格中的行数。 |
values | 获取表中的所有值。 |