Search
CellResolveEventArgs.row Property
See Also
 






Gets the row of the cell, associated with the event.

Namespace: MindFusion.DataViews
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get row() {}
set row(value) {}

 Property Value

Number

The row index.

 See Also