[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellLocation.-ctor

CellLocation Constructor

CellLocation(SpreadsheetAreas, int, int)

Initializes a new instance of the Reference class.

Declaration
public CellLocation(SpreadsheetAreas area, int row, int column)
Public Sub New(area As SpreadsheetAreas, row As Integer, column As Integer)
Parameters
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.