Version

ResizeColumn Method (WinGridReplayServer)

Resizes the specified column to a new width
Syntax
'Declaration
 
Public Overridable Sub ResizeColumn( _
   ByVal bandLevel As System.Integer, _
   ByVal column As System.Object, _
   ByVal width As System.Integer _
) 
public virtual void ResizeColumn( 
   System.int bandLevel,
   System.object column,
   System.int width
)

Parameters

bandLevel
The level of the band containing the column
column
The key or index of the column in the band
width
The new width of the column, passed as an integer
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