Excel.Interfaces.ShapeGroupLoadOptions interface

ワークシート内の図形グループを表します。 対応する Shape オブジェクトを取得するには、 ShapeGroup.shapeを使用します。

注釈

[ API セット: ExcelApi 1.9 ]

プロパティ

$all

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

id

図形識別子を指定します。

shape

グループに関連付けられている Shape オブジェクトを返します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

id

図形識別子を指定します。

id?: boolean;

プロパティ値

boolean

注釈

[ API セット: ExcelApi 1.9 ]

shape

グループに関連付けられている Shape オブジェクトを返します。

shape?: Excel.Interfaces.ShapeLoadOptions;

プロパティ値

注釈

[ API セット: ExcelApi 1.9 ]