Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShapeCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Adds a GroupShape to this collection at the End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As GroupShape
    public GroupShape Add()

    Return Value

    The added GroupShape.
    See Also