Style.Font Property
Returns a Font object that represents the font of the specified object.
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 Style
Dim value As Font
value = instance.Font
Font Font { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Font