Size Property

Office Open XML

Font size

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

Syntax

C#
public float Size { get; set; }
Visual Basic (Declaration)
Public Property Size As Single
Visual C++
public:
property float Size {
	float get ();
	void set (float value);
}

See Also