Removes the list item at the specified index.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void RemoveAt ( |
Visual Basic
Copy Code
|
|---|
Public Sub RemoveAt( _ |
The zero-based index of the item to remove.
See Also