Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcRangeIdentity Class / CalcRangeIdentity Constructor / CalcRangeIdentity Constructor(CalcRangeIdentity,Int32,Int32)
The range.
The row offset.
The column offset.


In This Topic
    CalcRangeIdentity Constructor(CalcRangeIdentity,Int32,Int32)
    In This Topic
    Initializes a new instance of the CalcRangeIdentity class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal range As CalcRangeIdentity, _
       ByVal rowOffset As Integer, _
       ByVal columnOffset As Integer _
    )
    'Usage
     
    Dim range As CalcRangeIdentity
    Dim rowOffset As Integer
    Dim columnOffset As Integer
     
    Dim instance As New CalcRangeIdentity(range, rowOffset, columnOffset)
    public CalcRangeIdentity( 
       CalcRangeIdentity range,
       int rowOffset,
       int columnOffset
    )

    Parameters

    range
    The range.
    rowOffset
    The row offset.
    columnOffset
    The column offset.
    See Also