dojox.VirtualGrid.getCell
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Retrieves the cell object for a given grid column.
Usage
function (/*Integer*/ inIndex) (view source)
parameter | type | description |
---|---|---|
inIndex | Integer | Grid column index of cell to retrieve |