[]
        
(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()
Public Function Add() As GroupShape
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)
Public Function Add(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 inserted GroupShape.