Spread Silverlight Documentation
SetFormula(CalcRangeIdentity,String,Boolean) Method


The id.
The formula.
Indicates the formula is array formula or not.
Sets the formula.
Syntax
'Declaration
 
Public Overloads Sub SetFormula( _
   ByVal id As CalcRangeIdentity, _
   ByVal formula As System.String, _
   Optional ByVal isArrayFormula 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 id,
   System.string formula,
   System.bool isArrayFormula
)

Parameters

id
The id.
formula
The formula.
isArrayFormula
Indicates the formula is array formula or not.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionid is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcCalculationManager Class
CalcCalculationManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.