ISmartArtNodeCollection
Item Property
|
Namespace:
Spire.Presentation.Diagrams
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ISmartArtNode this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As ISmartArtNode
Get
property ISmartArtNode^ default[int index] {
ISmartArtNode^ get (int index);
}
abstract Item : ISmartArtNode with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
ISmartArtNode
See Also