Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCellIdentity Class / CalcCellIdentity Constructor / 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.


In This Topic
    CalcCellIdentity Constructor(CalcCellIdentity,Int32,Int32)
    In This Topic
    Initializes a new instance of the CalcCellIdentity class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cellIdentity As CalcCellIdentity, _
       ByVal rowOffset As Integer, _
       ByVal columnOffset As Integer _
    )
    'Usage
     
    Dim cellIdentity As CalcCellIdentity
    Dim rowOffset As Integer
    Dim columnOffset As Integer
     
    Dim instance As New CalcCellIdentity(cellIdentity, rowOffset, columnOffset)
    public CalcCellIdentity( 
       CalcCellIdentity cellIdentity,
       int rowOffset,
       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.
    See Also