accessors of cell

Hello
When using findCell the return object is a cell. Where is that documented and the methods? Particularly I need to get at the row of that cell. I assume that is in rowInd so I can access it with cell2. Thank you.

findCell() method returns the row_id and the column_index of the cell:
snippet.dhtmlx.com/97c492321
so you may use the cells2/cellById method to operate with that cell.