Version

GridItemSpanChange Method (WinGridReplayServer)

Span size change a column or group header to a new size
Syntax
'Declaration
 
Public Overridable 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 _
) 
public virtual void GridItemSpanChange( 
   System.int iBand,
   System.object oItemTypeToSpan,
   System.object oItemToSpan,
   System.object oAxis,
   System.int iNewSpanSize
)

Parameters

iBand
Integer index of the Parent Band
oItemTypeToSpan
Enumeration value of the type of Item to be moved, representing either a Column Header[micColumn], or Group Header[micGroup].
oItemToSpan
String Key or Integer Index of the Item to be moved.
oAxis
Enumeration value of the Axis that is to be modified, Horizontal or Vertical.
iNewSpanSize
Integer value in pixels of the new size for the header.
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