AboveAverage.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 AboveAverage
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.