<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldStyle Class / FontBold Property

In This Topic
    FontBold Property (C1OlapFieldStyle)
    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