ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyle Class / Font Property

In This Topic
    Font Property (CellStyle)
    In This Topic
    Gets or sets the font used to paint text in the cell.
    Syntax
    'Declaration
     
    Public Property Font As Font
    public Font Font {get; set;}
    Remarks
    Setting the control's Font property automatically sets the Font property of the Normal style.
    See Also