[]
Gets or sets the width of the column, in twips.
public int Width { get; set; }
<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.