Click or drag to resize

XlsArcShape TextRotation Property

Gets or sets the rotation type of the text.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public TextRotationType TextRotation { get; set; }

Property Value

Type: TextRotationType
The rotation type of the text, represented by the TextRotationType enum.

Return Value

Type: TextRotationType
The current text rotation type.

Implements

ITextBox TextRotation
See Also