Spread Windows Forms 12.0 Product Documentation
IncludeBorder Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : IncludeBorder Property
Gets a value indicating whether the style includes the IBorder.Color, IBorder.LineStyle, and Weight border properties..
Syntax
'Declaration
 
Property IncludeBorder As Boolean
'Usage
 
Dim instance As IStyle
Dim value As Boolean
 
instance.IncludeBorder = value
 
value = instance.IncludeBorder
bool IncludeBorder {get; set;}

Property Value

true if [include border]; otherwise, false.
See Also

Reference

IStyle Interface
IStyle Members