SpreadsheetGear 2023
CurrentFormula Property (IArguments)


SpreadsheetGear.CustomFunctions Namespace > IArguments Interface : CurrentFormula Property
Returns the formula of the cell which is currently being evaluated, or null if no cell is currently being evaluated.
Syntax
'Declaration
 
ReadOnly Property CurrentFormula As System.String
'Usage
 
Dim instance As IArguments
Dim value As System.String
 
value = instance.CurrentFormula
System.string CurrentFormula {get;}
Remarks
The formula will include a leading "=" and array formulas will be enclosed in curly braces - (i.e. "{=A1:B2}")).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IArguments Interface
IArguments Members