Check documentation for the latest version of dhtmlxSuite getIndex DHTMLX Docs

getIndex

returns cell index

number getIndex();

Deprecated

from version 4.0

numbercell index

Example

var index = myLayout.cells(id).getIndex();

Back to top