[]
Gets or sets the width of the individual columns represented in this range in pixels.
double ColumnWidthInPixel { get; set; }
Property ColumnWidthInPixel As Double
IRange range = worksheet.Range["A:A"];
range.ColumnWidthInPixel = 120;
double columnWidthInPixel = range.ColumnWidthInPixel;