Removes the Header at the specified position within the collection.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public new void RemoveAt ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Sub RemoveAt( _ |
The index at which the Header object should be removed.
See Also