Search
CellResolveEventArgs.column Property
See Also
 






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

Namespace: MindFusion.DataViews
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get column() {}
set column(value) {}

 Property Value

Number

The column index.

 See Also