IOvalShape
TextRotation Property
|
Text rotation.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
TextRotationType TextRotation { get; set; }
Property TextRotation As TextRotationType
Get
Set
property TextRotationType TextRotation {
TextRotationType get ();
void set (TextRotationType value);
}
abstract TextRotation : TextRotationType with get, set
Property Value
Type:
TextRotationType
See Also