OneNote.Interfaces.TableRowCollectionLoadOptions interface
TableRow オブジェクトのコレクションが含まれます。
プロパティ
| $all | 読み込みオプションに |
| cell |
For each ITEM in the collection: 行内のセル数を取得します。 読み取り専用です。 |
| cells | For each ITEM in the collection: 行のセルを取得します。 |
| id | For each ITEM in the collection: 行の ID を取得します。 読み取り専用です。 |
| parent |
For each ITEM in the collection: 親テーブルを取得します。 |
| row |
For each ITEM in the collection: 親テーブルの行のインデックスを取得します。 読み取り専用です。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
cellCount
For each ITEM in the collection: 行内のセル数を取得します。 読み取り専用です。
cellCount?: boolean;
プロパティ値
boolean
注釈
cells
For each ITEM in the collection: 行のセルを取得します。
cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;
プロパティ値
注釈
id
For each ITEM in the collection: 行の ID を取得します。 読み取り専用です。
id?: boolean;
プロパティ値
boolean
注釈
parentTable
For each ITEM in the collection: 親テーブルを取得します。
parentTable?: OneNote.Interfaces.TableLoadOptions;
プロパティ値
注釈
rowIndex
For each ITEM in the collection: 親テーブルの行のインデックスを取得します。 読み取り専用です。
rowIndex?: boolean;
プロパティ値
boolean