Returns the index of the specified row within the collection.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public int IndexOf ( |
Visual Basic
Copy Code
|
|---|
Public Function IndexOf( _ |
An integer value specifying the index of the row within the collection or -1, if the row was not found.
See Also