Search
EditCellTextEventArgs.Cell Property
See Also
 





Get the cell whose text has been edited.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.Cell Cell { get; }

Visual Basic  Copy Code

Public ReadOnly Property Cell As TableNode.Cell

 Property Value

An instance of the TableNode.Cell class.

 See Also