MindFusion.Wpf Pack Programmer's Guide
HeaderCollection.RemoveAt Method
See Also
 





Removes the Header at the specified position within the collection.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public new void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Shadows Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

The index at which the Header object should be removed.

 See Also

HeaderCollection Members
HeaderCollection Class
MindFusion.Diagramming.Wpf.Lanes Namespace