[]
Sets an object array into a specified range of cells.
void SetArray(int row, int column, object[,] value)
Sub SetArray(row As Integer, column As Integer, value As Object(,))
Type | Name | Description |
---|---|---|
int | row | Starting model row index |
int | column | Starting model column index |
object[,] | value | Two-dimensional object array[row,column] that contains tabular data |