Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / LoadFormulas() Method


In This Topic
LoadFormulas() Method
In This Topic
Loads formulas that are deserialized but not parsed yet, to be used after all sheets have been created and deserialized or shared with the calculation controller.
Syntax
'Declaration
 
Public Sub LoadFormulas() 
 
'Usage
 
Dim instance As AggregationDataModel
 
instance.LoadFormulas()
Remarks
This method enables formula parsing if it is not already enabled.
See Also