Spread Windows Forms 12.0 Product Documentation
LineStyle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IBorder Interface : LineStyle Property
Gets or sets the line style for the border.
Syntax
'Declaration
 
Property LineStyle As BorderLineStyle
'Usage
 
Dim instance As IBorder
Dim value As BorderLineStyle
 
instance.LineStyle = value
 
value = instance.LineStyle
BorderLineStyle LineStyle {get; set;}

Property Value

The line style.
See Also

Reference

IBorder Interface
IBorder Members