'Declaration Public Shared Function PerformErrorCorrection( _
ByVal formulaThe formula.As System.String, _
ByVal formattingPropertiesThe formatting properties.As Vintasoft.Imaging.Office.Spreadsheet.Document.FormattingProperties _
) As System.String
public static System.String PerformErrorCorrection(
System.String formula,
Vintasoft.Imaging.Office.Spreadsheet.Document.FormattingProperties formattingProperties
)
public: static System.String PerformErrorCorrection(
System.String formula,
Vintasoft.Imaging.Office.Spreadsheet.Document.FormattingProperties* formattingProperties
)
public:
static System.String PerformErrorCorrection(
System.String formula,
Vintasoft.Imaging.Office.Spreadsheet.Document.FormattingProperties^ formattingProperties
)
Parameters
- formula
- The formula.
- formattingProperties
- The formatting properties.
Return Value
The corrected formula.