CommentsRange
Shadow Property
|
Gets the shadow properties.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IShadow Shadow { get; }
Public ReadOnly Property Shadow As IShadow
Get
public:
virtual property IShadow^ Shadow {
IShadow^ get () sealed;
}
abstract Shadow : IShadow with get
override Shadow : IShadow with get
Property Value
Type:
IShadow
The shadow properties.
Return Value
Type:
IShadow
The shadow properties.
Implements
IShape
Shadow
Exceptions
Exception
|
Condition
|
NotSupportedException
|
This property can not be supported.
|
See Also