I am trying to insert value in a particular cell only, for example how to insert value in (2,3) 2nd row and 3rd column. i know how to insert value in a table but i don't know how to insert value in selected cell.
Asked
Active
Viewed 130 times
0
-
I thought you can only select a complete row?! – HAS May 06 '13 at 07:11
1 Answers
0
– tableView:setObjectValue:forTableColumn:row:
The intersection of column and row gives you the cell
.
You need to update the datasource in this datasource method.

Anoop Vaidya
- 46,283
- 15
- 111
- 140