ExcelCommentObject
Shadow Property
|
Gets the shadow of the comment.
Namespace:
Spire.Xls
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
Implements
IShape
Shadow
See Also