[]
Sets data in a cell at the specified row and column.
void SetValue(int row, int column, object value)
Sub SetValue(row As Integer, column As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| object | value | Object that contains data to set in cell |