'Declaration Public Function New( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal position As CellRelation _ )
'Usage Dim row As Integer Dim column As Integer Dim position As CellRelation Dim instance As New RangeReference(row, column, position)
Parameters
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.
- position
- A CellRelation value indicates whether the reference is relative and/or absolute.