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


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