Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObject Interface / SendToBack Method


In This Topic
    SendToBack Method (IChartObject)
    In This Topic
    Sends the object to the back of the z-order.
    Syntax
    'Declaration
     
    
    Sub SendToBack() 
    'Usage
     
    
    Dim instance As IChartObject
     
    instance.SendToBack()
    void SendToBack()
    See Also