'Declaration
Overloads ReadOnly Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As IRange
Parameters
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.
'Declaration
Overloads ReadOnly Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As IRange
For IWorksheet.Rows, arguments indicate the start and end row.