FontName Property

Office Open XML

Name of the font

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

Syntax

C#
public string FontName { get; set; }
Visual Basic (Declaration)
Public Property FontName As String
Visual C++
public:
property String^ FontName {
	String^ get ();
	void set (String^ value);
}

See Also