Excel for WinRT
CopyFormula Method


The row index of a source cell with exist formula.
The column index of a source cell with exist formula.
The row index of a destination cell for copies the formula.
The column index of a destination cell for copies the formula.
Copies the formula from a source cell to a destination cell, adjusting relative references.
Syntax
'Declaration
 
Public Sub CopyFormula( _
   ByVal rowFrom As System.Integer, _
   ByVal colFrom As System.Integer, _
   ByVal rowTo As System.Integer, _
   ByVal colTo As System.Integer _
) 
'Usage
 
Dim instance As XLSheet
Dim rowFrom As System.Integer
Dim colFrom As System.Integer
Dim rowTo As System.Integer
Dim colTo As System.Integer
 
instance.CopyFormula(rowFrom, colFrom, rowTo, colTo)
public void CopyFormula( 
   System.int rowFrom,
   System.int colFrom,
   System.int rowTo,
   System.int colTo
)

Parameters

rowFrom
The row index of a source cell with exist formula.
colFrom
The column index of a source cell with exist formula.
rowTo
The row index of a destination cell for copies the formula.
colTo
The column index of a destination cell for copies the formula.
See Also

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback