[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellReference.-ctor

CellReference Constructor

CellReference(int, int)

Initializes a new instance of the CellReference struct which represents an absolute cell reference.

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

An integer indicates the index of the row.

int column

An integer indicates the index of the column.

CellReference(int, int, CellRelation)

Initializes a new instance of the CellReference struct.

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

An integer indicates the index of the row.

int column

An integer indicates the index of the column.

CellRelation relation

A Relation value indicates the relative of this CellReference with the source.