Spread Windows Forms 12.0 Product Documentation
LoadFormulas() Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > AggregationDataModel Class : LoadFormulas() Method
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()
public void LoadFormulas()
Remarks
This method enables formula parsing if it is not already enabled.
See Also

Reference

AggregationDataModel Class
AggregationDataModel Members