Search
CellEventArgs.column Property
See Also
 





Gets the column index of the cell related to the event.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The column index.

 See Also