OneNote.Interfaces.TableRowCollectionLoadOptions interface

包含 TableRow 对象的集合。

属性

$all

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

cellCount

For EACH ITEM in the collection: 获取行中的单元格数。 只读。

cells

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

id

For EACH ITEM in the collection: 获取行的 ID。 只读。

parentTable

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

rowIndex

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

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

cellCount

For EACH ITEM in the collection: 获取行中的单元格数。 只读。

cellCount?: boolean;

属性值

boolean

注解

API 集:OneNoteApi 1.1

cells

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

cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;

属性值

注解

API 集:OneNoteApi 1.1

id

For EACH ITEM in the collection: 获取行的 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