FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridPrinter Class / HeaderFont Property

In This Topic
    HeaderFont Property (GridPrinter)
    In This Topic
    Specifies the font to use for rendering page headers.
    Syntax
    'Declaration
     
    
    Public Property HeaderFont As Font
    public Font HeaderFont {get; set;}
    Remarks
    See also the Header property.
    See Also