VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / PerformFormulaErrorCorrection(String) Method
Syntax Requirements SeeAlso
In This Topic
    PerformFormulaErrorCorrection(String) Method (SpreadsheetVisualEditor)
    In This Topic
    Performs the error correction in specified formula.
    Syntax
    'Declaration
    
    Public Overridable Function PerformFormulaErrorCorrection( _
    ByVal formula
    A string that contains formula.
    As System.String _
    ) As System.String
    public virtual System.String PerformFormulaErrorCorrection(
    System.String formula
    )
    public: virtual System.String PerformFormulaErrorCorrection(
    System.String formula
    )
    public:
    virtual System.String PerformFormulaErrorCorrection(
    System.String formula
    )

    Parameters

    formula
    A string that contains formula.

    Return Value

    A string that contains 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