Version

ResizeColumn Method

Resizes the supplied column or array of columns
Syntax
'Declaration
 
Public Sub ResizeColumn( _
   ByVal oHeaderArgs As System.Object, _
   Optional ByVal oNewWidth As System.Object _
) 
public void ResizeColumn( 
   System.object oHeaderArgs,
   System.object oNewWidth
)
public: void ResizeColumn( 
   System.Object* oHeaderArgs,
   System.Object* oNewWidth
) 

Parameters

oHeaderArgs
string text path to the column header or array of columns
oNewWidth
A double value representing the new width of the supplied column, if left black will auto size.
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