Search
LinkValidationEventArgs.tableRow Property
See Also
 





Gets the zero-based index of the table row related to the event.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get tableRow() {}
set tableRow(value) {}

 Property Value

Number

The table row index.

 See Also