OneNote.Interfaces.TableCellCollectionLoadOptions interface

包含 TableCell 对象的集合。

属性

$all

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

cellIndex

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

id

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

paragraphs

For EACH ITEM in the collection: 获取 TableCell 中段落对象的集合。

parentRow

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

rowIndex

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

shadingColor

For EACH ITEM in the collection: 获取并设置单元格的底纹颜色

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

cellIndex

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

cellIndex?: boolean;

属性值

boolean

注解

API 集:OneNoteApi 1.1

id

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

id?: boolean;

属性值

boolean

注解

API 集:OneNoteApi 1.1

paragraphs

For EACH ITEM in the collection: 获取 TableCell 中段落对象的集合。

paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;

属性值

注解

API 集:OneNoteApi 1.1

parentRow

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

parentRow?: OneNote.Interfaces.TableRowLoadOptions;

属性值

注解

API 集:OneNoteApi 1.1

rowIndex

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

rowIndex?: boolean;

属性值

boolean

注解

API 集:OneNoteApi 1.1

shadingColor

For EACH ITEM in the collection: 获取并设置单元格的底纹颜色

shadingColor?: boolean;

属性值

boolean

注解

API 集:OneNoteApi 1.1