Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGraphicObjects Interface / Add Method


In This Topic
    Add Method (IGraphicObjects)
    In This Topic
    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
    See Also