[]
Inserts a GroupShape into this collection at a specified location.
public GroupShape Insert(RangeLocation location)
Public Function Insert(location As RangeLocation) As GroupShape
Type | Name | Description |
---|---|---|
RangeLocation | location | The target RangeLocation for the insertion. |
Type | Description |
---|---|
GroupShape | The inserted GroupShape. |
Inserts a GroupShape into this collection at a specified location.
public GroupShape Insert(float width, float height, RangeLocation location)
Public Function Insert(width As Single, height As Single, location As RangeLocation) As GroupShape
Type | Name | Description |
---|---|---|
float | width | The group shape width, in points. |
float | height | The group shape height, in points. |
RangeLocation | location | The target RangeLocation for the insertion. |
Type | Description |
---|---|
GroupShape | The inserted GroupShape. |