GrapeCity.Xaml.Excel
Width Property (IExcelColumn)


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

Property Value

The width of the column
See Also

Reference

IExcelColumn Interface
IExcelColumn Members