Sets the formula.
Syntax
'Declaration
Public Overloads Sub SetFormula( _
ByVal As CalcRangeIdentity, _
ByVal As System.String, _
Optional ByVal As System.Boolean _
)
'Usage
Dim instance As CalcCalculationManager
Dim id As CalcRangeIdentity
Dim formula As System.String
Dim isArrayFormula As System.Boolean
instance.SetFormula(id, formula, isArrayFormula)
public void SetFormula(
CalcRangeIdentity ,
System.string ,
System.bool
)
Parameters
- id
- The id.
- formula
- The formula.
- isArrayFormula
- Indicates the formula is array formula or not.
Exceptions
Exception | Description |
System.ArgumentNullException | is a null reference (Nothing in Visual Basic). |
See Also