'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 )
procedure SetSelection( selection: IRange; activeCell: IRange; activeCellAreaIndex: System.Integer );
function SetSelection( selection : IRange, activeCell : IRange, activeCellAreaIndex : System.int );
void SetSelection( IRange* selection, IRange* activeCell, System.int activeCellAreaIndex )
void SetSelection( IRange^ selection, IRange^ activeCell, System.int activeCellAreaIndex )