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


In This Topic
Border Property (GroupInfo)
In This Topic
Gets or sets the border of the grouping information.
Syntax
'Declaration
 
Public Property Border As IBorder
 
'Usage
 
Dim instance As GroupInfo
Dim value As IBorder
 
instance.Border = value
 
value = instance.Border
See Also