VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Formulas Namespace / FormulaParser Class / Parse(SpreadsheetDocument,Worksheet,CellReference,String,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
Parse(SpreadsheetDocument,Worksheet,CellReference,String,Boolean) Method (FormulaParser)
In This Topic
Parses the formula in the specified context.
Syntax
'Declaration

Public Shared Function Parse( _
ByVal document
The document.
As Vintasoft.Imaging.Office.Spreadsheet.Document.SpreadsheetDocument, _
ByVal worksheet
The worksheet.
As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellReference
The reference to a cell that contains formula.
As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal expression
A string that contains formula text.
As System.String, _
ByVal skipErrors
A value indicating whether parser should skip syntax errors.
As Boolean _
) As FormulaExpression

Parameters

document
The document.
worksheet
The worksheet.
cellReference
The reference to a cell that contains formula.
expression
A string that contains formula text.
skipErrors
A value indicating whether parser should skip syntax errors.

Return Value

The formula expression.
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