Share via


DisplayFormat.Font Property

Gets a Font object that represents the font of the associated Range as it is displayed in the current user interface.

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

Syntax

'Declaration
ReadOnly Property Font As Font
    Get
'Usage
Dim instance As DisplayFormat
Dim value As Font

value = instance.Font
Font Font { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Font
A Font object that represents the font of the associated Range as it is displayed in the current user interface.

Remarks

Read-only.

See Also

Reference

DisplayFormat Interface

DisplayFormat Members

Microsoft.Office.Interop.Excel Namespace