Font Property

Office Open XML

Sets the font of the first richtext item.

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

Syntax

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

See Also