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


In This Topic
    FooterFont Property
    In This Topic
    Gets or sets the font settings of the footer grouping information.
    Syntax
    'Declaration
     
    
    Public Property FooterFont As Font
    'Usage
     
    
    Dim instance As GroupInfo
    Dim value As Font
     
    instance.FooterFont = value
     
    value = instance.FooterFont
    public Font FooterFont {get; set;}
    See Also