FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopRankedValuesConditionalFormattingRule Class / Border Property


In This Topic
Border Property (TopRankedValuesConditionalFormattingRule)
In This Topic
Gets or sets the cell border for the style.
Syntax
'Declaration
 
Public Property Border As IBorder
 
'Usage
 
Dim instance As TopRankedValuesConditionalFormattingRule
Dim value As IBorder
 
instance.Border = value
 
value = instance.Border

Property Value

The border.
See Also