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


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