'Declaration Public Property Width As ColumnWidth
'Usage Dim instance As ColumnBase Dim value As ColumnWidth instance.Width = value value = instance.Width
public ColumnWidth Width {get; set;}
Property Value
The width of the column, in device-independent units (1/96th inch per unit). By default, 125.0d. "Star" ("*") values are used in combination with the ColumnStretchMode property when this property is set to All.