The Width property returns or sets the width for this Column object. Read/write.
objColumn.Width
Long
The Width property represents the horizontal space the column is to occupy when displayed from the HTML output of the rendering.
For common, folder, and personal views, the column widths are relative. They are specified in integer units typically representing characters. The final display width is arrived at in the following manner:
For custom views, the column widths are absolute and are specified in characters. However, if the CdoColumnBitmap flag is set in a column's Flags property, that column's width is expressed in pixels.
If you are rendering a calendar view, the value of the Width property is ignored. The CalendarView object makes its own calculations for column widths based on the values of its Mode and NumberOfUnits properties.