[]
        
(Showing Draft Content)

C1.Excel.XLSheet.CopyFormula

CopyFormula Method

CopyFormula(int, int, int, int)

Copies the formula from a source cell to a destination cell, adjusting relative references.

Declaration
public void CopyFormula(int rowFrom, int colFrom, int rowTo, int colTo)
Parameters
Type Name Description
int rowFrom

The row index of a source cell with exist formula.

int colFrom

The column index of a source cell with exist formula.

int rowTo

The row index of a destination cell for copies the formula.

int colTo

The column index of a destination cell for copies the formula.