DHTMLX Docs & Samples Explorer

getValue()

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

gets the value of the cell

Returns: string

mygrid.cells("row1",3).getValue(); // ->"12.99"

See also: setValue, getTitle