IShape
IsSmartArt Property
|
Gets a value indicating whether the object is a SmartArt graphic.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ReadOnly Property IsSmartArt As Boolean
Get
property bool IsSmartArt {
bool get ();
}
abstract IsSmartArt : bool with get
Property Value
Type:
Boolean
See Also