Gets an object array from a specified range of cells in the model.
Syntax
Parameters
- row
- Index of the starting row in the model
- column
- Index of the starting column in the model
- rowCount
- Number of rows in the model to copy
- columnCount
- Number of columns in the model to copy
Return Value
Two-dimensional
Object array (row,column) containing the values
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
See Also