'Declaration Public Function New( _ ByVal fromRow As Integer, _ ByVal fromColumn As Integer, _ ByVal toRow As Integer, _ ByVal toColumn As Integer _ )
'Usage Dim fromRow As Integer Dim fromColumn As Integer Dim toRow As Integer Dim toColumn As Integer Dim instance As New TwoCellAnchor(fromRow, fromColumn, toRow, toColumn)
Parameters
- fromRow
- From row.
- fromColumn
- From column.
- toRow
- To row.
- toColumn
- To column.