Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / CellReference Constructor / CellReference Constructor(Int32,Int32,CellRelation)
An integer indicates the index of the row.
An integer indicates the index of the column.
A Relation value indicates the relative of this CellReference with the source.


In This Topic
    CellReference Constructor(Int32,Int32,CellRelation)
    In This Topic
    Initializes a new instance of the CellReference struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal relation As CellRelation _
    )
    'Usage
     
    
    Dim row As Integer
    Dim column As Integer
    Dim relation As CellRelation
     
    Dim instance As New CellReference(row, column, relation)
    public CellReference( 
       int row,
       int column,
       CellRelation relation
    )

    Parameters

    row
    An integer indicates the index of the row.
    column
    An integer indicates the index of the column.
    relation
    A Relation value indicates the relative of this CellReference with the source.
    See Also