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.

没有正确的解决方案

其他提示

– tableView:setObjectValue:forTableColumn:row:

The intersection of column and row gives you the cell.

You need to update the datasource in this datasource method.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top