TdxSpreadSheetFormula.Clone Method
In This Article
Returns a copy of the formula expression object.
#Declaration
Delphi
function Clone: TdxSpreadSheetFormula;
#Returns
Type |
---|
Tdx |
#Remarks
Call this function to copy the formula object between cell objects.
Note
Normally, you need to use the cell object’s Set
See Also