RotX Property

Office Open XML

Rotation X-axis

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

Syntax

C#
public decimal RotX { get; set; }
Visual Basic (Declaration)
Public Property RotX As Decimal
Visual C++
public:
property Decimal RotX {
	Decimal get ();
	void set (Decimal value);
}

See Also