Spread Silverlight Documentation
DefaultColumnWidth Property (IExcelWorksheet)


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

Property Value

The default width of the column.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members