NamedRange::Font Property
Gets a Font that represents the font of the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Interop.Excel::Font^A Font that represents the font of the NamedRange control.
The following code example demonstrates how to set a variety of formatting and display characteristics of a NamedRange control named NamedRange1. In particular, this example sets the Font property to "Verdana".
This example is for a document-level customization.
Show: