OneNote.Interfaces.TableCellCollectionLoadOptions interface

TableCell オブジェクトのコレクションが含まれています。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

cellIndex

For each ITEM in the collection: 行のセルのインデックスを取得します。 読み取り専用です。

id

For each ITEM in the collection: セルの ID を取得します。 読み取り専用です。

paragraphs

For each ITEM in the collection: TableCell 内の Paragraph オブジェクトのコレクションを取得します。

parentRow

For each ITEM in the collection: セルの親行を取得します。

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

For each ITEM in the collection: セルの ID を取得します。 読み取り専用です。

id?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1

paragraphs

For each ITEM in the collection: TableCell 内の Paragraph オブジェクトのコレクションを取得します。

paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

parentRow

For each ITEM in the collection: セルの親行を取得します。

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