XlsRectangleShape
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; }
Public Property TextRotation As TextRotationType
Get
Set
public:
virtual property TextRotationType TextRotation {
TextRotationType get () sealed;
void set (TextRotationType value) sealed;
}
abstract TextRotation : TextRotationType with get, set
override TextRotation : TextRotationType with get, set
Property Value
Type:
TextRotationType
The rotation type of the text, which can be values like horizontal, vertical, etc.
Return Value
Type:
TextRotationType
Returns the current text rotation type.
Implements
ITextBox
TextRotation
See Also