Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / RangeReference Constructor / RangeReference Constructor(Int32,Int32,CellRelation)
An integer value indicates the row index.
An integer value indicates the column index.
A CellRelation value indicates whether the reference is relative and/or absolute.


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

    Parameters

    row
    An integer value indicates the row index.
    column
    An integer value indicates the column index.
    position
    A CellRelation value indicates whether the reference is relative and/or absolute.
    See Also