AboveAverage.Font Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::Font ^ Font { Microsoft::Office::Interop::Excel::Font ^ get(); };
public Microsoft.Office.Interop.Excel.Font Font { get; }
Public ReadOnly Property Font As Font

Property Value

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.

Applies to