Spread Windows Forms 12.0 Product Documentation
FooterBackColor Property (GroupInfo)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GroupInfo Class : FooterBackColor Property
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
public Color FooterBackColor {get; set;}
See Also

Reference

GroupInfo Class
GroupInfo Members