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





Removes the first occurrence of the specified Header from the collection.

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

 Syntax

C#  Copy Code

public void Remove (
    Header header
)

Visual Basic  Copy Code

Public Sub Remove( _
    header As Header _
)

 Parameters

header

The Header object to remove.

 Remarks

Use this method to remove headers from the collection. Headers can be added to the collection with the Add or Insert methods.

 See Also

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