Interface IOfficeSmartArtShapes
Represents the collection of shapes within a SmartArt node.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeSmartArtShapes : IEnumerable<IOfficeSmartArtShape>, IEnumerable
Properties
Item[Int32]
Gets an IOfficeSmartArtShape instance at the specified index from the collection. Read-only.
Declaration
IOfficeSmartArtShape this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the SmartArt shape. |
Property Value
Type | Description |
---|---|
IOfficeSmartArtShape | An IOfficeSmartArtShape instance. |