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