'Declaration
Overloads Sub SetSelection( _ ByVal selection As IRange, _ ByVal activeCell As IRange, _ ByVal activeCellAreaIndex As System.Integer _ )
'Usage
Dim instance As IWorksheetWindowInfo Dim selection As IRange Dim activeCell As IRange Dim activeCellAreaIndex As System.Integer instance.SetSelection(selection, activeCell, activeCellAreaIndex)
void SetSelection( IRange selection, IRange activeCell, System.int activeCellAreaIndex )