NamedRange::Font Property

 

Gets a Font that represents the font of the NamedRange control.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Font^ Font {
	Font^ get();
}

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.

No code example is currently available or this language may not be supported.
Return to top
Show: