Search
TableNode.RowCollection.GetAt Method
See Also
 





Returns the row at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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