XlsShape
IsSmartArt Property
|
Determines whether the shape is a SmartArt graphic based on the presence of a linked drawing.
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
Return Value
Type:
Boolean
Returns true if the shape is a SmartArt graphic; otherwise, false.
Implements
IShape
IsSmartArt
See Also