VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / TryFinishEditCellFormula(Exception) Method
Syntax Requirements SeeAlso
In This Topic
TryFinishEditCellFormula(Exception) Method (SpreadsheetVisualEditor)
In This Topic
Tries to finish the editing of cell formula.
Syntax
'Declaration

Public Function TryFinishEditCellFormula( _
ByRef formulaParsingException
The exception that occurred during formula parsing.
As System.Exception _
) As Boolean
public bool TryFinishEditCellFormula(
out System.Exception formulaParsingException
)

Parameters

formulaParsingException
The exception that occurred during formula parsing.

Return Value

True if editing of cell formula is finished successfully; otherwise, false.
Requirements

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

See Also