Click or drag to resize

CommentsRange TextRotation Property

Gets or sets the text rotation for the cells in the range.

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 text rotation type.

Return Value

Type: TextRotationType
The text rotation type for the cells in the range.

Implements

ITextBox TextRotation
See Also