MindFusion.Wpf Pack Programmer's Guide
HeaderCollection.Add Method
See Also
 





Adds the specified header to the collection.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int Add (
    Header header
)

Visual Basic  Copy Code

Public Function Add( _
    header As Header _
) As Integer

 Parameters

header

The Header object to add.

 Return Value

The index at which the header was added in the collection.

 Remarks

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.

 See Also

HeaderCollection Members
HeaderCollection Class
MindFusion.Diagramming.Wpf.Lanes Namespace