Question

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.

No correct solution

OTHER TIPS

– tableView:setObjectValue:forTableColumn:row:

The intersection of column and row gives you the cell.

You need to update the datasource in this datasource method.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top