Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Activate Method


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