'Declaration Function GetArray( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Object(,)
Parameters
- row
- Starting model row index
- column
- Starting model column index
- rowCount
- Number of rows to copy
- columnCount
- Number of columns to copy
Return Value
Two-dimensional object array[row,column] that contains tabular data