Search
HeaderCollection.Remove Method
See Also
 





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

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

 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