[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.ColumnWidth

ColumnWidth Property

ColumnWidth

Gets or sets the width of the individual columns represented in this range in characters.

Declaration
double ColumnWidth { get; set; }
Property ColumnWidth As Double
Examples
IRange range = worksheet.Range["A:A"];
range.ColumnWidth = 20;
double columnWidth = range.ColumnWidth;