ExcelFont Class

Office Open XML

Cell style Font

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

Syntax

C#
public sealed class ExcelFont : StyleBase
Visual Basic (Declaration)
Public NotInheritable Class ExcelFont _
	Inherits StyleBase
Visual C++
public ref class ExcelFont sealed : public StyleBase

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml.Style..::.StyleBase
    OfficeOpenXml.Style..::.ExcelFont

See Also