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

In This Topic
    FontBold Property (PivotFieldStyle)
    In This Topic
    Gets or sets a value that determines whether cells in this field should be shown in bold.
    Syntax
    'Declaration
     
    Public Property FontBold As Nullable(Of Boolean)
    public Nullable<bool> FontBold {get; set;}
    See Also