Version

DropOnSubItem Method (IWinPivotGridReplay)

Syntax
'Declaration
 
Sub DropOnSubItem( _
   ByVal oeSubItemType As System.Object, _
   ByVal oSubItemArg As System.Object, _
   Optional ByVal oeRectRgn As System.Object, _
   Optional ByVal oNum1 As System.Object, _
   Optional ByVal oNum2 As System.Object _
) 
void DropOnSubItem( 
   System.object oeSubItemType,
   System.object oSubItemArg,
   System.object oeRectRgn,
   System.object oNum1,
   System.object oNum2
)

Parameters

oeSubItemType
oSubItemArg
oeRectRgn
oNum1
oNum2
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