Gets or sets a value that determines whether cells in this field should be shown in bold.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public Nullable<bool> FontBold { get; set; }
Visual Basic
Public Property FontBold As Nullable(Of Boolean)
	Get
	Set

See Also