Excel.Interfaces.ShapeGroupLoadOptions interface

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

注釈

[ API セット: ExcelApi 1.9 ]

プロパティ

$all

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

id

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

shape

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

プロパティの詳細

$all

LoadOptions を指定すると $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 ]