[]
Gets a two-dimensional array of objects that contain the data for the specified range of cells on the sheet.
public object[,] GetArray(int row, int column, int rowCount, int columnCount)
Public Function GetArray(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Object(,)
Type | Name | Description |
---|---|---|
int | row | Row index of first cell in range |
int | column | Column index of first cell in range |
int | rowCount | Number of rows in range |
int | columnCount | Number of columns in range |
Type | Description |
---|---|
object[,] |