GrapeCity.Xaml.Excel
Width Property (LineFormat)


GrapeCity.Excel.Chart Namespace > LineFormat Class : Width Property
Specifies the width to be used for the underline stroke. Default value is 0.
Syntax
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As LineFormat
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
See Also

Reference

LineFormat Class
LineFormat Members