Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Reference Constructor / Reference Constructor(Int32,Int32)
An integer value indicates the row index of single cell range reference.
An integer value indicates the column index of single cell range reference.


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

    Parameters

    row
    An integer value indicates the row index of single cell range reference.
    column
    An integer value indicates the column index of single cell range reference.
    See Also