此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
一个接口,用于描述通过调用 tableRow.toJSON()返回的数据。
tableRow.toJSON()
获取行中的单元格数。 此为只读属性。
获取行中的单元格。 此为只读属性。
获取行的 ID。 此为只读属性。
获取其父表中的行索引。 此为只读属性。
cellCount?: number;
number
[ API 集:OneNoteApi 1.1 ]
cells?: OneNote.Interfaces.TableCellData[];
OneNote.Interfaces.TableCellData[]
id?: string;
string
rowIndex?: number;
Office Add-ins