Search
CellResolveEventArgs Constructor
See Also
 






Initializes a new instance of the CellResolveEventArgs class.

Namespace: MindFusion.DataViews
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function CellResolveEventArgs (row, column, value, result)

 Parameters

row

Number. The row index of the cell.

column

Number. The column index of the cell.

value

Object. The cell value.

result

Object. The data, passed back from the event.

 See Also