Spread Silverlight Documentation
Width Property (IExcelColumn)


GrapeCity.Excel Namespace > IExcelColumn Interface : Width Property
Gets or sets the width of the column.
Syntax
'Declaration
 
Property Width As System.Double
'Usage
 
Dim instance As IExcelColumn
Dim value As System.Double
 
instance.Width = value
 
value = instance.Width
System.double Width {get; set;}

Property Value

The width of the column
See Also

Reference

IExcelColumn Interface
IExcelColumn Members