'Declaration Public Function GetArray( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Object(,)
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 style information