'Declaration Public Shared Function Parse( _
ByVal documentThe document.As Vintasoft.Imaging.Office.Spreadsheet.Document.SpreadsheetDocument, _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellReferenceThe reference to a cell that contains formula.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal expressionA string that contains formula text.As System.String, _
ByVal skipErrorsA value indicating whether parser should skip syntax errors.As Boolean _
) As FormulaExpression
public static FormulaExpression Parse(
Vintasoft.Imaging.Office.Spreadsheet.Document.SpreadsheetDocument document,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference cellReference,
System.String expression,
bool skipErrors
)
public: static FormulaExpression* Parse(
Vintasoft.Imaging.Office.Spreadsheet.Document.SpreadsheetDocument* document,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* cellReference,
System.String expression,
bool skipErrors
)
public:
static FormulaExpression^ Parse(
Vintasoft.Imaging.Office.Spreadsheet.Document.SpreadsheetDocument^ document,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ cellReference,
System.String expression,
bool skipErrors
)
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.