Spread Silverlight Documentation
OneCellAnchor Constructor(Int32,Int32)


GrapeCity.Excel Namespace > OneCellAnchor Class > OneCellAnchor Constructor : OneCellAnchor Constructor(Int32,Int32)
From row.
From column.
Initializes a new instance of the TwoCellAnchor class.
Syntax
'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.
See Also

Reference

OneCellAnchor Class
OneCellAnchor Members
Overload List