Top10.Font Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.