Spread Silverlight Documentation
TwoCellAnchor Constructor(Int32,Int32,Int32,Int32)


GrapeCity.Excel Namespace > TwoCellAnchor Class > TwoCellAnchor Constructor : TwoCellAnchor Constructor(Int32,Int32,Int32,Int32)
From row.
From column.
To row.
To column.
Initializes a new instance of the TwoCellAnchor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fromRow As System.Integer, _
   ByVal fromColumn As System.Integer, _
   ByVal toRow 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 fromRow,
   System.int fromColumn,
   System.int toRow,
   System.int toColumn
)

Parameters

fromRow
From row.
fromColumn
From column.
toRow
To row.
toColumn
To column.
See Also

Reference

TwoCellAnchor Class
TwoCellAnchor Members
Overload List