'Declaration Public Function New( _ ByVal fromRow As Integer, _ ByVal fromColumn As Integer _ )
'Usage Dim fromRow As Integer Dim fromColumn As Integer Dim instance As New OneCellAnchor(fromRow, fromColumn)
public OneCellAnchor( int fromRow, int fromColumn )
Parameters
- fromRow
- From row.
- fromColumn
- From column.