Inserts the specified Header at the specified position within the HeaderCollection.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public void Insert ( |
Visual Basic Copy Code |
---|
Public Sub Insert( _ |
The zero-based index at which the Header should be inserted.
The Header object to insert.
Use 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.