DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldStyle Class / FontBold Property

In This Topic
    FontBold Property (C1FlexPivotFieldStyle)
    In This Topic
    Syntax
    'Declaration
     
    Public Property FontBold As Nullable(Of Boolean)
    public Nullable<bool> FontBold {get; set;}
    See Also