ComplexFont Property

Office Open XML

[Missing <summary> documentation for "P:OfficeOpenXml.Style.ExcelTextFont.ComplexFont"]

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

Syntax

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

See Also