Width Property
This property returns or sets the width of a column in terms of the coordinate system of the control's container.
column.Width= single
Read/Write at run time and design time.
Property applies to Column object.
Use the Width property in conjunction with Left, RowHeight, and RowTop to determine the size and placement of controls displayed on top of a control cell.
Note: The DefColWidth property controls the default width of new columns created at run time.
See Also