[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupShape.AddGroupShape

AddGroupShape Method

AddGroupShape()

Adds a GroupShape to the end of the group shape.

Declaration
public GroupShape AddGroupShape()
Public Function AddGroupShape() As GroupShape
Returns
Type Description
GroupShape

The added GroupShape.

AddGroupShape(float, float)

Adds a GroupShape to the end of the group shape.

Declaration
public GroupShape AddGroupShape(float width, float height)
Public Function AddGroupShape(width As Single, height As Single) As GroupShape
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 added GroupShape.