Spread Silverlight Documentation
Width Property (ExcelColumn)


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

Property Value

The width of the column
See Also

Reference

ExcelColumn Class
ExcelColumn Members