Returns the cell at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TableNode.Cell GetAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetAt( _ |
The zero-based index of the cell to retrieve.
A reference to the TableNode.Cell object at the specified position.
See Also