AddtionalFormatWrapper
Rotation Property
|
Gets or sets the rotation angle of the style.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Rotation { get; set; }
Public Property Rotation As Integer
Get
Set
public:
virtual property int Rotation {
int get () sealed;
void set (int value) sealed;
}
abstract Rotation : int with get, set
override Rotation : int with get, set
Return Value
Type:
Int32
The rotation angle in degrees.
Implements
IExtendedFormat
Rotation
See Also