IArcShape
Rotation Property
|
Gets or sets the rotation angle of the object.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int Rotation { get; set; }
Property Rotation As Integer
Get
Set
property int Rotation {
int get ();
void set (int value);
}
abstract Rotation : int with get, set
Property Value
Type:
Int32
Implements
IShape
Rotation
See Also