ShapeRange.GroupItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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 对象的 方法可返回组中的单个形状。