'Usage
Dim row As Integer Dim column As Integer Dim instance As New CellReference(row, column)
Parameters
- row
- An integer indicates the index of the row.
- column
- An integer indicates the index of the column.
'Usage
Dim row As Integer Dim column As Integer Dim instance As New CellReference(row, column)