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


In This Topic
FooterBackColor Property (GroupInfo)
In This Topic
Gets or sets the background color of the grouping footer information.
Syntax
'Declaration
 
Public Property FooterBackColor As Color
 
'Usage
 
Dim instance As GroupInfo
Dim value As Color
 
instance.FooterBackColor = value
 
value = instance.FooterBackColor
See Also