ResizeColumn(UInt32,UInt32) Method
Resizes the specified column (according to its index) to the specified width.

C# Syntax

void ResizeColumn( 
   uint columnNumber,
   uint width
)

Parameters

columnNumber
the number of the column to resize (1-based).
width
the width to resize to.