[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.FormulaDependentInfos.AddCell

AddCell Method

AddCell(int, int)

Adds a dependent cell.

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

Cell's row index.

int column

Cell's column index.