Share via


UniqueValues.Font Property

Returns the font formatting specified 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 UniqueValues
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

UniqueValues Interface

UniqueValues Members

Microsoft.Office.Interop.Excel Namespace