[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupShapeCollection.Insert

Insert Method

Insert(RangeLocation)

Inserts a GroupShape into this collection at a specified location.

Declaration
public GroupShape Insert(RangeLocation location)
Public Function Insert(location As RangeLocation) As GroupShape
Parameters
Type Name Description
RangeLocation location

The target RangeLocation for the insertion.

Returns
Type Description
GroupShape

The inserted GroupShape.

Insert(float, float, RangeLocation)

Inserts a GroupShape into this collection at a specified location.

Declaration
public GroupShape Insert(float width, float height, RangeLocation location)
Public Function Insert(width As Single, height As Single, location As RangeLocation) As GroupShape
Parameters
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.

Returns
Type Description
GroupShape

The inserted GroupShape.