[]
        
(Showing Draft Content)

C1.WPF.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)
Public Sub CopyFormula(rowFrom As Integer, colFrom As Integer, rowTo As Integer, colTo As Integer)
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.