Spread Windows Forms 12.0 Product Documentation
Activate Method (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Activate Method
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

Reference

IWorksheet Interface
IWorksheet Members