Font Property

Office Open XML

Access font properties

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelTextFont Font { get; }
Visual Basic (Declaration)
Public ReadOnly Property Font As ExcelTextFont
Visual C++
public:
property ExcelTextFont^ Font {
	ExcelTextFont^ get ();
}

See Also