Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfo Class / FooterForeColor Property


In This Topic
    FooterForeColor Property (GroupInfo)
    In This Topic
    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