dojox
»
grid
»
data
»
Table
» getDatum
dojox.grid.data.Table.getDatum
dojo.require("dojox.grid._data.model");
defined in dojox/grid/_data/model.js
Usage
function (inRowIndex, inColIndex)
(view source)
return
this
.
data
[
inRowIndex
]
[
inColIndex
]
;
parameter
type
description
inRowIndex
inColIndex