[]
Initializes a new instance of the Reference class.
public CellLocation(SpreadsheetAreas area, int row, int column)
Public Sub New(area As SpreadsheetAreas, row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
SpreadsheetAreas | area | A SpreadsheetAreas value indicates the area of the cell. |
int | row | An integer value indicates the top row index of cell. |
int | column | An integer value indicates the left column index of cell. |