Search
HeaderCollection.RemoveAt Method
See Also
 






Removes the Header at the specified position within the collection.

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

 Syntax

C#  Copy Code

public void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

The index at which the Header object should be removed.

 See Also