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





Returns the cell at the specified position.

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

 Syntax

C#  Copy Code

public TableNode.Cell GetAt (
    int index
)

Visual Basic  Copy Code

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

 Parameters

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

 Return Value

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

 See Also

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