[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellReference.-ctor

CellReference Constructor

CellReference(int, int)

Initializes a new instance of the Reference class.

Declaration
public CellReference(int row, int column)
Public Sub New(row As Integer, column As Integer)
Parameters
Type Name Description
int row

An integer value indicates the top row index of cell.

int column

An integer value indicates the left column index of cell.