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


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

Parameters

cellIdentity
The source CalcCellIdentity from which to create the new CalcCellIdentity.
rowOffset
The amount to offset the row index.
columnOffset
The amount to offset the column index.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcCellIdentity Class
CalcCellIdentity Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.