TextVertical Property

Office Open XML

Vertical text

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

Syntax

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

See Also