[]
Initializes a new instance of the CellReference struct which represents an absolute cell reference.
public CellReference(int row, int column)
Public Sub New(row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
int | row | An integer indicates the index of the row. |
int | column | An integer indicates the index of the column. |
Initializes a new instance of the CellReference struct.
public CellReference(int row, int column, CellRelation relation)
Public Sub New(row As Integer, column As Integer, relation As CellRelation)
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. |