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


In This Topic
    Activate Method (IWorksheet)
    In This Topic
    Makes the current sheet the active sheet.
    Syntax
    'Declaration
     
    
    Sub Activate() 
    'Usage
     
    
    Dim instance As IWorksheet
     
    instance.Activate()
    void Activate()
    Remarks
    This method is equivalent to clicking the tab at the bottom of the sheet.
    See Also