[]
Updates the cell data for the AddItem mode.
public void SetAddItemData(int row, int col, string data)
Public Sub SetAddItemData(row As Integer, col As Integer, data As String)
| Type | Name | Description |
|---|---|---|
| int | row | The row index. |
| int | col | The column index. |
| string | data | The new data for the cell. |