Click or drag to resize

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; }

Return Value

Type: Boolean
Returns true if the shape is a SmartArt graphic; otherwise, false.

Implements

IShape IsSmartArt
See Also