Spread Windows Forms 12.0 Product Documentation
FooterFont Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GroupInfo Class : FooterFont Property
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

Reference

GroupInfo Class
GroupInfo Members