[]
Gets an object array from a specified range of cells.
object[,] GetArray(int row, int column, int rowCount, int columnCount)
Function GetArray(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Object(,)
| Type | Name | Description |
|---|---|---|
| int | row | Starting model row index |
| int | column | Starting model column index |
| int | rowCount | Number of rows to copy |
| int | columnCount | Number of columns to copy |
| Type | Description |
|---|---|
| object[,] | Two-dimensional object array[row,column] that contains tabular data |