Font object
Returns or sets the font name for text associated with font objects.
Read-write, String
The font name constants are the available font names. For example:
Andale WT
Arial
Arial Black
Arial Unicode MS
Comic Sans MS
Courier New
MS Sans Serif
Times New Roman
This example shows how to set the default font name for data values in a Pivot section to Times New Roman, and how to set the default font name for a Pivot section label to Courier New:
DefaultFormats.Pivot.DataValues.Font.Name="Times New Roman" DefaultFormats.Pivot.Labels.Font.Name="Courier New"