SetValue Method
SetValue(int, int, object)
Sets the value for a cell at the specified row and column.
Declaration
public void SetValue(int row, int column, object value)
Public Sub SetValue(row As Integer, column As Integer, value As Object)
Parameters
Type |
Name |
Description |
int |
row |
Row index of the cell
|
int |
column |
Column index of the cell
|
object |
value |
Value
|