Spread Windows Forms 12.0 Product Documentation
FooterForeColor Property (GroupInfo)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GroupInfo Class : FooterForeColor Property
Gets or sets the text color of the group footer.
Syntax
'Declaration
 
Public Property FooterForeColor As Color
'Usage
 
Dim instance As GroupInfo
Dim value As Color
 
instance.FooterForeColor = value
 
value = instance.FooterForeColor
public Color FooterForeColor {get; set;}
See Also

Reference

GroupInfo Class
GroupInfo Members