Initializes a new instance of the CellResolveEventArgs class.
Namespace: MindFusion.DataViews
File: EventArgs.js
JavaScript Copy Code |
---|
function CellResolveEventArgs (row, column, value, result) |
Number. The row index of the cell.
Number. The column index of the cell.
Object. The cell value.
Object. The data, passed back from the event.