Click or drag to resize

IShadow HasCustomStyle Property

Gets or sets a value indicating whether this instance has custom shadow style.

Namespace: Spire.Xls.Core.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool HasCustomStyle { get; set; }

Property Value

Type: Boolean
true if this instance has custom shadow style; otherwise, false .
See Also