Height Property

Office Open XML

The height in points

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

Syntax

C#
public double Height { get; set; }
Visual Basic (Declaration)
Public Property Height As Double
Visual C++
public:
property double Height {
	double get ();
	void set (double value);
}

See Also