ISmartArtNodeCollection
RemoveNode Method (Int32)
|
Namespace:
Spire.Presentation.Diagrams
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void RemoveNode(
int index
)
Sub RemoveNode (
index As Integer
)
void RemoveNode(
int index
)
abstract RemoveNode :
index : int -> unit
Parameters
-
index
-
Type:
System
Int32
See Also