Searched defs:currentCellCursor (Results 1 – 1 of 1) sorted by relevance
155 cvox.TraverseTable.prototype.currentCellCursor; method in cvox.TraverseTable327 this.currentCellCursor = [currentCursor[0], (currentRow.length - 1)]; property340 this.currentCellCursor = [(numRows - 1), currentCursor[1]]; property1186 this.currentCellCursor = [index, 0]; property1188 this.currentCellCursor = [index, this.currentCellCursor[1]]; property1212 this.currentCellCursor = [0, index]; property1214 this.currentCellCursor = [this.currentCellCursor[0], index]; property