Adds the specified header to the collection.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int Add ( |
Visual Basic
Copy Code
|
|---|
Public Function Add( _ |
The index at which the header was added in the collection.
RemarksThe method adds a Header object to the end of the collection. If you need to place the Header at a certain position, use the Insert method instead.
See Also