ASP.NET Pack Programmer's Guide
HeaderCollection.IndexOf Method
See Also
 





Gets the index of the specified header within this collection.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int IndexOf (
    Header header
)

Visual Basic  Copy Code

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

 Parameters

header
The Header to locate in the HeaderCollection. The value can be a null reference (Nothing in Visual Basic).

 Return Value

The zero-based index of the first occurrence of value within the entire HeaderCollection, if found; otherwise, -1.

 See Also

HeaderCollection Members
HeaderCollection Class
MindFusion.Diagramming.Lanes Namespace