[]
Sets an object array into a specified range of cells in the model.
public void SetArray(int row, int column, object[,] value)
Public Sub SetArray(row As Integer, column As Integer, value As Object(,))
Type | Name | Description |
---|---|---|
int | row | Row index of the start of the range of cells |
int | column | Column index of the start of the range of cells |
object[,] | value | Two-dimensional object array[row,column] that contains the values |