TdxSpreadSheetFormula.Clone Method
Returns a copy of the formula expression object.
Declaration
function Clone: TdxSpreadSheetFormula;
Returns
Type |
---|
TdxSpreadSheetFormula |
Remarks
Call this function to copy the formula object between cell objects.
Note
Normally, you need to use the cell object’s SetText procedure to enter a formula expression programmatically.
See Also