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


GrapeCity.CalcEngine Namespace > CalcExternalCellIdentity Class > CalcExternalCellIdentity Constructor : CalcExternalCellIdentity Constructor(CalcExternalCellIdentity,Int32,Int32)
The source CalcExternalCellIdentity from which to create the new CalcExternalCellIdentity.
The amount to offset the row index.
The amount to offset the column index.
Initializes a new instance of the CalcExternalCellIdentity class.
Syntax
'Declaration
 
Public Function New( _
   ByVal cellIdentity As CalcExternalCellIdentity, _
   ByVal rowOffset As System.Integer, _
   ByVal columnOffset As System.Integer _
)
'Usage
 
Dim cellIdentity As CalcExternalCellIdentity
Dim rowOffset As System.Integer
Dim columnOffset As System.Integer
 
Dim instance As New CalcExternalCellIdentity(cellIdentity, rowOffset, columnOffset)
public CalcExternalCellIdentity( 
   CalcExternalCellIdentity cellIdentity,
   System.int rowOffset,
   System.int columnOffset
)

Parameters

cellIdentity
The source CalcExternalCellIdentity from which to create the new CalcExternalCellIdentity.
rowOffset
The amount to offset the row index.
columnOffset
The amount to offset the column index.
See Also

Reference

CalcExternalCellIdentity Class
CalcExternalCellIdentity Members
Overload List