Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGraphicObjects Interface / Add Method
The GraphicObject to add to the graphic object collection.


In This Topic
    Add Method (IGraphicObjects)
    In This Topic
    Adds a graphic object to the graphic object collection.
    Syntax
    'Declaration
     
    
    Sub Add( _
       ByVal obj As GraphicObject _
    ) 
    'Usage
     
    
    Dim instance As IGraphicObjects
    Dim obj As GraphicObject
     
    instance.Add(obj)
    void Add( 
       GraphicObject obj
    )

    Parameters

    obj
    The GraphicObject to add to the graphic object collection.
    See Also