Adds the specified header to the collection.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public void Add ( |
Visual Basic Copy Code |
---|
Public Sub Add( _ |
The Header object to add.
The method adds a Header object to the end of the collection. If you need to place the Header at a certain position, you should use Insert method instead.