'Declaration
Public Sub ResizeColumn( _
ByVal column As System.Object, _
Optional ByVal newWidth As System.Object _
)
public void ResizeColumn(
System.object column,
System.object newWidth
)
Parameters
column
The column to resize. Specify column by visible text or position(zero based position)
newWidth
The new width of the specified column
Remarks
The newWidth parameter is no longer required. If you do not include it, it will instead Autosize the column based on that columns current autosize parameters.
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