VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Formulas Namespace / FormulaParser Class / PerformErrorCorrection(String,FormattingProperties) Method
Syntax Requirements SeeAlso
In This Topic
    PerformErrorCorrection(String,FormattingProperties) Method (FormulaParser)
    In This Topic
    Performs the error correction in specified formula.
    Syntax
    'Declaration
    
    Public Shared Function PerformErrorCorrection( _
    ByVal formula
    The formula.
    As System.String, _
    ByVal formattingProperties
    The 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also