Initializes a new instance of the
TwoCellAnchor class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal fromColumn As System.Integer, _
ByVal As System.Integer, _
ByVal toColumn As System.Integer _
)
'Usage
Dim fromRow As System.Integer
Dim fromColumn As System.Integer
Dim toRow As System.Integer
Dim toColumn As System.Integer
Dim instance As New TwoCellAnchor(fromRow, fromColumn, toRow, toColumn)
public TwoCellAnchor(
System.int ,
System.int fromColumn,
System.int ,
System.int toColumn
)
Parameters
- fromRow
- From row.
- fromColumn
- From column.
- toRow
- To row.
- toColumn
- To column.
See Also