[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.Activate

Activate Method

Activate()

Activates a single cell, which must be inside the current selection.

Declaration
void Activate()
Sub Activate()
Examples
worksheet.Range["B2"].Select();
worksheet.Range["B2"].Activate();
IRange activeCell = worksheet.ActiveCell;