'Declaration Public Overloads Function Get( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer _ ) As Cell
Parameters
- row
- Starting row index of range of cells
- column
- Starting column index of range of cells
- row2
- Ending row index of range of cells
- column2
- Ending column index of range of cells
Return Value
Cell object for the range of cells of the specified rows and columns