HeightPercent Property

Office Open XML

Height % of base

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

Syntax

C#
public int HeightPercent { get; set; }
Visual Basic (Declaration)
Public Property HeightPercent As Integer
Visual C++
public:
property int HeightPercent {
	int get ();
	void set (int value);
}

See Also