MindFusion.Wpf Pack Programmer's Guide
TableNode.RowCollection.IndexOf Method
See Also
 





Returns the index of the specified row within the collection.

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

 Syntax

C#  Copy Code

public int IndexOf (
    TableNode.Row row
)

Visual Basic  Copy Code

Public Function IndexOf( _
    row As TableNode.Row _
) As Integer

 Parameters

row
The TableNode.Row object whose index to search for in the collection.

 Return Value

An integer value specifying the index of the row within the collection or -1, if the row was not found.

 See Also

TableNode.RowCollection Members
TableNode.RowCollection Class
MindFusion.Diagramming.Wpf Namespace