[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupShapeCollection.Add

Add Method

Add()

Adds a GroupShape to this collection at the End location.

Declaration
public GroupShape Add()
Returns
Type Description
GroupShape

The added GroupShape.

Add(float, float)

Inserts a GroupShape into this collection at the End location.

Declaration
public GroupShape Add(float width, float height)
Parameters
Type Name Description
float width

The group shape width, in points.

float height

The group shape height, in points.

Returns
Type Description
GroupShape

The inserted GroupShape.