Share via


DataLabel.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 DataLabel
Dim value As Font

value = instance.Font
Font Font { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Font
ChartFont

See Also

Reference

DataLabel Interface

DataLabel Members

Microsoft.Office.Interop.Excel Namespace