Version

SelectCell Method (WinPivotGridRecordReplayServer)

Select the supplied cell
Syntax
'Declaration
 
Public Sub SelectCell( _
   ByVal oRowArg As System.Object, _
   ByVal oColumnArg As System.Object, _
   Optional ByVal bShift As System.Boolean, _
   Optional ByVal bCtrl As System.Boolean _
) 
public void SelectCell( 
   System.object oRowArg,
   System.object oColumnArg,
   System.bool bShift,
   System.bool bCtrl
)

Parameters

oRowArg
array of strings path or integer index representing the row
oColumnArg
array of strings path or integer index representing the column
bShift
Optional boolean value, extend the selection to the header.
bCtrl
Optional boolean value, add the header to the existing selection.
Requirements

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

See Also