Removes the first occurrence of the specified Header from the collection.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Remove ( |
Visual Basic Copy Code |
---|
Public Function Remove( _ |
The Header object to remove.
true if the header is successfully; otherwise, false.
Use this method to remove headers from the collection. Headers can be added to the collection with the Add or Insert methods.