次の方法で共有


PowerPoint.Interfaces.TableCellLoadOptions interface

テーブルを表します。

注釈

[ API セット: PowerPointApi 1.8 ]

プロパティ

$all

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

columnCount

このセルがまたがるテーブル列の数を取得します。 1 以上になります。

columnIndex

テーブル内のセルの 0 から始まる列インデックスを取得します。

rowCount

このセルがまたがるテーブル行の数を取得します。 1 以上になります。

rowIndex

テーブル内のセルの 0 から始まる行インデックスを取得します。

text

テーブル セルのテキストコンテンツを指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

columnCount

このセルがまたがるテーブル列の数を取得します。 1 以上になります。

columnCount?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.8 ]

columnIndex

テーブル内のセルの 0 から始まる列インデックスを取得します。

columnIndex?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.8 ]

rowCount

このセルがまたがるテーブル行の数を取得します。 1 以上になります。

rowCount?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.8 ]

rowIndex

テーブル内のセルの 0 から始まる行インデックスを取得します。

rowIndex?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.8 ]

text

テーブル セルのテキストコンテンツを指定します。

text?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.8 ]