SetArray Method
SetArray(int, int, object[,])
Sets an object array into a specified range of cells.
Declaration
void SetArray(int row, int column, object[,] value)
Sub SetArray(row As Integer, column As Integer, value As Object(,))
Parameters
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
|