Search
HeaderCollection.RemoveAt Method
See Also
 





Removes the Header at the specified position within the collection.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 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