DisplayFormat.Font Property

Definition

Gets a Font object that represents the font of the associated Range as it is displayed in the current user interface.

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

A Font object that represents the font of the associated Range as it is displayed in the current user interface.

Remarks

Read-only.

Applies to