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


The range.
The row offset.
The column offset.
Initializes a new instance of the CalcRangeIdentity class.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As CalcRangeIdentity, _
   ByVal rowOffset As System.Integer, _
   ByVal columnOffset As System.Integer _
)
'Usage
 
Dim range As CalcRangeIdentity
Dim rowOffset As System.Integer
Dim columnOffset As System.Integer
 
Dim instance As New CalcRangeIdentity(range, rowOffset, columnOffset)
public CalcRangeIdentity( 
   CalcRangeIdentity range,
   System.int rowOffset,
   System.int columnOffset
)

Parameters

range
The range.
rowOffset
The row offset.
columnOffset
The column offset.
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

CalcRangeIdentity Class
CalcRangeIdentity Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.