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


In This Topic
    Activate Method (IChartObject)
    In This Topic
    Makes the current chart the active chart.
    Syntax
    'Declaration
     
    
    Sub Activate() 
    'Usage
     
    
    Dim instance As IChartObject
     
    instance.Activate()
    void Activate()
    See Also