Gets the index of the specified header within this collection.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public int IndexOf ( |
Visual Basic
Copy Code
|
|---|
Public Function IndexOf( _ |
The Header to locate in the HeaderCollection. The value can be a null reference (Nothing in Visual Basic).
The zero-based index of the first occurrence of value within the entire HeaderCollection, if found; otherwise, -1.
See Also