[]
Copies the formula from a source cell to a destination cell, adjusting relative references.
public void CopyFormula(int rowFrom, int colFrom, int rowTo, int colTo)
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. |