OneNote.Interfaces.TableRowCollectionLoadOptions interface

包含 TableRow 对象的集合。

注解

[ API 集:OneNoteApi 1.1 ]

属性

$all

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

cellCount

对于集合中的每个项:获取行中的单元格数。 只读。

cells

对于集合中的每个项:获取行中的单元格。

id

对于集合中的每个项:获取行的 ID。 只读。

parentTable

对于集合中的每个项:获取父表。

rowIndex

对于集合中的每个项:获取其父表中行的索引。 只读。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

cellCount

对于集合中的每个项:获取行中的单元格数。 只读。

cellCount?: boolean;

属性值

boolean

注解

[ API 集:OneNoteApi 1.1 ]

cells

对于集合中的每个项:获取行中的单元格。

cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;

属性值

注解

[ API 集:OneNoteApi 1.1 ]

id

对于集合中的每个项:获取行的 ID。 只读。

id?: boolean;

属性值

boolean

注解

[ API 集:OneNoteApi 1.1 ]

parentTable

对于集合中的每个项:获取父表。

parentTable?: OneNote.Interfaces.TableLoadOptions;

属性值

注解

[ API 集:OneNoteApi 1.1 ]

rowIndex

对于集合中的每个项:获取其父表中行的索引。 只读。

rowIndex?: boolean;

属性值

boolean

注解

[ API 集:OneNoteApi 1.1 ]