Returns the row at the specified position.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public TableNode.Row GetAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetAt( _ |
A reference to the TableNode.Row object at the specified position.
RemarksA reference to the TableNode.Row object at the specified position.
See Also