Inserts the specified Header at the specified position within the HeaderCollection.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Insert ( |
Visual Basic
Copy Code
|
|---|
Public Sub Insert( _ |
RemarksUse this method to insert Header objects at a specific position in the collection. If you do not need to specify header's position, use the Add method instead, which adds new headers to the end of the list.
See Also