GrapeCity.Xaml.Excel
Width Property (ExcelColumn)


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

Property Value

The width of the column
See Also

Reference

ExcelColumn Class
ExcelColumn Members