[]
Gets or sets the width of the individual columns represented in this range in characters.
double ColumnWidth { get; set; }
Property ColumnWidth As Double
IRange range = worksheet.Range["A:A"];
range.ColumnWidth = 20;
double columnWidth = range.ColumnWidth;