DHTMLX Docs & Samples Explorer

getMathValue()

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

gets the math formula specified for the cell.
If no formulas are specified for the cell, the method returns the plain cell value.

Returns: string

mygrid.cells("row1",2).getMathValue(); // returns the value like "=c2*c3"