OneNote.Interfaces.TableRowCollectionLoadOptions interface

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

プロパティ

$all

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

cellCount

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

cells

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

id

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

parentTable

For each ITEM in the collection: 親テーブルを取得します。

rowIndex

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

注釈

API セット: OneNoteApi 1.1

cells

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

cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

id

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

id?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1

parentTable

For each ITEM in the collection: 親テーブルを取得します。

parentTable?: OneNote.Interfaces.TableLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

rowIndex

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

rowIndex?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1