FormatCondition.Font Property

Returns a Font object that represents the font of the specified object.

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 FormatCondition
Dim value As Font

value = instance.Font
Font Font { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Font

See Also

Reference

FormatCondition Interface

FormatCondition Members

Microsoft.Office.Interop.Excel Namespace