[]
Initializes a new instance of the Reference class.
public CellReference(int row, int column)
Public Sub New(row As Integer, column As Integer)
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. |