SpreadsheetGear Namespace > IWorksheetWindowInfo Interface > SetSelection Method : SetSelection(IRange,IRange,Int32) Method |
'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 )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2