Removes the first occurrence of the specified Header from the collection.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void Remove ( |
Visual Basic
Copy Code
|
|---|
Public Sub Remove( _ |
The Header object to remove.
RemarksUse this method to remove headers from the collection. Headers can be added to the collection with the Add or Insert methods.
See Also