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