CommentsRange
IsSmartArt Property
|
Indicates whether the current object is a SmartArt shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsSmartArt { get; }
Public ReadOnly Property IsSmartArt As Boolean
Get
public:
virtual property bool IsSmartArt {
bool get () sealed;
}
abstract IsSmartArt : bool with get
override IsSmartArt : bool with get
Property Value
Type:
Boolean
Implements
IShape
IsSmartArt
See Also