[]
        
(Showing Draft Content)

C1.Excel.XLColumn.Width

Width Property

Width

Gets or sets the width of the column, in twips.

Declaration
public int Width { get; set; }
Remarks
<p>A value of -1 indicates that the column should be displayed using

the sheet's DefaultColumnWidth.

To convert between pixels and twips, use the TwipsToPixels(double) and PixelsToTwips(double) methods.