[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.FormulaDependentInfos.Cell.-ctor

Cell Constructor

Cell(int, int)

Represents the cell constructor.

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

Cell's row index.

int column

Cell's column index.