OneNote.Interfaces.TableCellCollectionLoadOptions interface
TableCell オブジェクトのコレクションが含まれています。
プロパティ
| $all | 読み込みオプションに |
| cell |
For each ITEM in the collection: 行のセルのインデックスを取得します。 読み取り専用です。 |
| id | For each ITEM in the collection: セルの ID を取得します。 読み取り専用です。 |
| paragraphs | For each ITEM in the collection: TableCell 内の Paragraph オブジェクトのコレクションを取得します。 |
| parent |
For each ITEM in the collection: セルの親行を取得します。 |
| row |
For each ITEM in the collection: テーブル内のセルの行のインデックスを取得します。 読み取り専用です。 |
| shading |
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
注釈
id
For each ITEM in the collection: セルの ID を取得します。 読み取り専用です。
id?: boolean;
プロパティ値
boolean
注釈
paragraphs
For each ITEM in the collection: TableCell 内の Paragraph オブジェクトのコレクションを取得します。
paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;
プロパティ値
注釈
parentRow
For each ITEM in the collection: セルの親行を取得します。
parentRow?: OneNote.Interfaces.TableRowLoadOptions;
プロパティ値
注釈
rowIndex
For each ITEM in the collection: テーブル内のセルの行のインデックスを取得します。 読み取り専用です。
rowIndex?: boolean;
プロパティ値
boolean
注釈
shadingColor
For each ITEM in the collection: セルの網掛け色を取得して設定します
shadingColor?: boolean;
プロパティ値
boolean