Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DatabarConditionalFormattingRule Class / ShowBorder Property


In This Topic
ShowBorder Property (DatabarConditionalFormattingRule)
In This Topic
Gets or sets whether the border should be painted.
Syntax
'Declaration
 
Public Property ShowBorder As Boolean
 
'Usage
 
Dim instance As DatabarConditionalFormattingRule
Dim value As Boolean
 
instance.ShowBorder = value
 
value = instance.ShowBorder

Property Value

true if the border should be painted; otherwise, false.
See Also