次の方法で共有


ShapeRange.GroupItems プロパティ

定義

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

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 つの図形を返します。

適用対象