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

In This Topic
    Add() Method
    In This Topic
    Inserts a new 100 x 100 points GeometryType.Rectangle Shape into this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As Shape
    public Shape Add()

    Return Value

    The added Shape.
    See Also