[]
Selects the object.
void Select()
Sub [Select]()
IRange range = worksheet.Range["A1:B2"]; range.Select(); IRange selection = worksheet.Selection;