Shape.GroupItems プロパティ

定義

指定したグループ内の GroupShapes 個々の図形を表す オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::GroupShapes ^ GroupItems { Microsoft::Office::Interop::Word::GroupShapes ^ get(); };
public Microsoft.Office.Interop.Word.GroupShapes GroupItems { get; }
member this.GroupItems : Microsoft.Office.Interop.Word.GroupShapes
Public ReadOnly Property GroupItems As GroupShapes

プロパティ値

注釈

Item[Object]GroupShapes オブジェクトの メソッドを使用して、グループから 1 つの図形を返します。

このプロパティは、グループ化された図形を Shape 表す オブジェクトまたは ShapeRange オブジェクトに適用されます。

適用対象