[]
Updates cell data for unbound mode.
public void SetItemData(int rowIndex, int columnIndex, string data)
| Type | Name | Description |
|---|---|---|
| int | rowIndex | Row index of cell. |
| int | columnIndex | Column index of cell. |
| string | data | New data for the specified cell. |