Hi
Are there any commands to get/set a cells text? I can’t seem to find anything in the API Docs.
Thanks
Scott
Wimac
Hi
Are there any commands to get/set a cells text? I can’t seem to find anything in the API Docs.
Thanks
Scott
Wimac
See “grid.setCellExcellType” and “grid.cells(row_id, col).setValue({newValue})” / “grid.cells(row_id, col).getValue()”
thanks, i was looking at the grid api not cell api