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





Returns the row at the specified position.

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

 Syntax

C#  Copy Code

public TableNode.Row GetAt (
    int index
)

Visual Basic  Copy Code

Public Function GetAt( _
    index As Integer _
) As TableNode.Row

 Parameters

index
The zero-based index of the row to retrieve.

 Return Value

A reference to the TableNode.Row object at the specified position.

 Remarks

A reference to the TableNode.Row object at the specified position.

 See Also

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