[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupShapeCollection

GroupShapeCollection Class

Represents a collection of GroupShape objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class GroupShapeCollection : ContentObjectCollection<GroupShape>, IContentList<GroupShape>, IReadOnlyList<GroupShape>, IReadOnlyCollection<GroupShape>, IEnumerable<GroupShape>, IEnumerable
Public Class GroupShapeCollection
    Inherits ContentObjectCollection(Of GroupShape)
    Implements IContentList(Of GroupShape), IReadOnlyList(Of GroupShape), IReadOnlyCollection(Of GroupShape), IEnumerable(Of GroupShape), IEnumerable

Methods

Name Description
Add()

Adds a GroupShape to this collection at the End location.

Add(float, float)

Inserts a GroupShape into this collection at the End location.

Insert(RangeLocation)

Inserts a GroupShape into this collection at a specified location.

Insert(float, float, RangeLocation)

Inserts a GroupShape into this collection at a specified location.