Excel.Interfaces.ShapeGroupLoadOptions interface
ワークシート内の図形グループを表します。 対応する Shape オブジェクトを取得するには、 ShapeGroup.shapeを使用します。
注釈
プロパティ
| $all | 読み込みオプションに |
| id | 図形識別子を指定します。 |
| shape | グループに関連付けられている |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
id
shape
グループに関連付けられている Shape オブジェクトを返します。
shape?: Excel.Interfaces.ShapeLoadOptions;