InsertGroupShape

ShapeCollection.InsertGroupShape 方法

创建一个新的 GroupShape 并将其插入到指定索引的集合中。当新的形状被添加到 GroupShape 时,GroupShape 的框架大小和位置将根据内容进行调整。

public IGroupShape InsertGroupShape(int index)
参数类型描述
indexInt32要插入值的零基索引。

返回值

创建的 GroupShape 对象。

另请参见