PowerPoint.Interfaces.TableColumnCollectionLoadOptions interface

テーブルの列のコレクションを表します。

プロパティ

$all

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

columnIndex

For each ITEM in the collection: テーブルの列コレクション内の列のインデックス番号を返します。 0 を起点とする番号になります。

width

コレクション内の各アイテムの場合: 列の幅をポイント単位で取得します。 設定した列幅が最小幅より小さい場合、列幅は最小幅に拡大されます。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

columnIndex

For each ITEM in the collection: テーブルの列コレクション内の列のインデックス番号を返します。 0 を起点とする番号になります。

columnIndex?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.9

width

コレクション内の各アイテムの場合: 列の幅をポイント単位で取得します。 設定した列幅が最小幅より小さい場合、列幅は最小幅に拡大されます。

width?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.9