'Declaration Public Function New( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal relation As CellRelation _ )
'Usage Dim row As Integer Dim column As Integer Dim relation As CellRelation Dim instance As New CellReference(row, column, relation)
Parameters
- row
- An integer indicates the index of the row.
- column
- An integer indicates the index of the column.
- relation
- A Relation value indicates the relative of this CellReference with the source.