Gets the TableNode that contains this row.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TableNode Table { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Table As TableNode |
A TableNode instance.
See Also