Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellReference Structure / CellReference Constructor
An integer value indicates the top row index of cell.
An integer value indicates the left column index of cell.


In This Topic
    CellReference Constructor
    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 CellReference(row, column)
    public CellReference( 
       int row,
       int column
    )

    Parameters

    row
    An integer value indicates the top row index of cell.
    column
    An integer value indicates the left column index of cell.
    See Also