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