Version

GridItemResize Method (WinGridReplayServer)

Resize a column or group header
Syntax
'Declaration
 
Public Overridable Sub GridItemResize( _
   ByVal iBand As System.Integer, _
   ByVal oItemTypeToResize As System.Object, _
   ByVal oItemToResize As System.Object, _
   ByVal oAxis As System.Object, _
   ByVal iNewSize As System.Integer _
) 
public virtual void GridItemResize( 
   System.int iBand,
   System.object oItemTypeToResize,
   System.object oItemToResize,
   System.object oAxis,
   System.int iNewSize
)

Parameters

iBand
Integer index of the Parent Band
oItemTypeToResize
Enumeration value of the type of Item to be moved, representing either a Column Header[micColumn], or Group Header[micGroup].
oItemToResize
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.
iNewSize
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