Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / Add Method
The child IShape.


In This Topic
    Add Method (ICompositeShape)
    In This Topic
    Add shape as child.
    Syntax
    'Declaration
     
    
    Sub Add( _
       ByVal shape As IShape, _
       Optional ByVal zOrder As Integer _
    ) 
    'Usage
     
    
    Dim instance As ICompositeShape
    Dim shape As IShape
    Dim zOrder As Integer
     
    instance.Add(shape, zOrder)
    void Add( 
       IShape shape,
       int zOrder
    )

    Parameters

    shape
    The child IShape.
    zOrder
    See Also