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

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

    Return Value

    The added CanvasShape.
    See Also