Top10.Font Property

Returns a Font object that specifies the font formatting if the conditional formatting rule evaluates to True. Read-only.

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

value = instance.Font
Font Font { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Font
Font

Remarks

Not all properties of the Font object are supported for a conditional formatting object. You can set the font style, underline, color, and strikethrough attributes.

See Also

Reference

Top10 Interface

Top10 Members

Microsoft.Office.Interop.Excel Namespace