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

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public int Width { get; set; }
Visual Basic
Public Property Width As Integer
	Get
	Set

Remarks

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.

See Also