Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarCell Class / Border Property


In This Topic
Border Property (FilterBarCell)
In This Topic
Gets or sets the border for a filter bar item.
Syntax
'Declaration
 
Public Overridable Property Border As IBorder
 
'Usage
 
Dim instance As FilterBarCell
Dim value As IBorder
 
instance.Border = value
 
value = instance.Border
See Also