Version

GridItemSpanChange Method (IGridReplay)

Syntax
'Declaration
 
Sub GridItemSpanChange( _
   ByVal iBand As System.Integer, _
   ByVal oItemTypeToSpan As System.Object, _
   ByVal oItemToSpan As System.Object, _
   ByVal oAxis As System.Object, _
   ByVal iNewSpanSize As System.Integer _
) 
void GridItemSpanChange( 
   System.int iBand,
   System.object oItemTypeToSpan,
   System.object oItemToSpan,
   System.object oAxis,
   System.int iNewSpanSize
)

Parameters

iBand
oItemTypeToSpan
oItemToSpan
oAxis
iNewSpanSize
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