Gets a value indicating whether the style includes the
IBorder.Color,
IBorder.LineStyle, and Weight border properties..
bool IncludeBorder {get; set;}
'Declaration
Property IncludeBorder As Boolean
'Usage
Dim instance As IStyle
Dim value As Boolean
instance.IncludeBorder = value
value = instance.IncludeBorder
Property Value
true
if [include border]; otherwise,
false
.