OneNote.Interfaces.TableRowLoadOptions interface
テーブル内の行を表します。
注釈
プロパティ
$all | LoadOptions を指定すると |
cell |
行のセルの数を取得します。 読み取り専用です。 |
cells | 行のセルを取得します。 |
id | 行の ID を取得します。 読み取り専用です。 |
parent |
親テーブルを取得します。 |
row |
親テーブル内の行のインデックスを取得します。 読み取り専用です。 |
プロパティの詳細
$all
LoadOptions を指定すると $all
、すべてのスカラー プロパティ (例: Range.address
) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color
) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
cellCount
cells
行のセルを取得します。
cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;
プロパティ値
注釈
id
parentTable
親テーブルを取得します。
parentTable?: OneNote.Interfaces.TableLoadOptions;
プロパティ値
注釈
rowIndex
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins