Version

Search Results

ToString() Method

Converts the formula to a string representation, similar to the string with which it was created. This uses the CellReferenceMode with which the formula was created to create cell reference strings. Syntax Return Value The string representing the formula.

ToString(CellReferenceMode) Method

Converts the formula to a string representation, similar to the string with which it was created. Syntax Parameters cellReferenceMode The cell reference mode used to create cell reference strings. Return Value The string representing the formula.

ToString(CellReferenceMode,CultureInfo) Method

Converts the formula to a string representation, similar to the string with which it was created. Syntax Parameters cellReferenceMode The cell reference mode used to create cell reference strings.culture The culture used to generate the formula string. Return Value The string representing the formula.

ToString Method (Formula)

Converts the formula to a string representation, similar to the string with which it was created. This uses the CellReferenceMode with which the formula was created to create cell reference strings. Overload List

TryParse(String,CellReferenceMode,CultureInfo,Formula) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.culture The culture used to parse the formula.formula When this method re...

TryParse(String,CellReferenceMode,CultureInfo,Formula,FormulaParseException) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.culture The culture used to parse the formula.formula When this method re...

TryParse(String,CellReferenceMode,Formula) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.formula When this method returns, contains the formula which was parsed f...

TryParse(String,CellReferenceMode,Formula,FormulaParseException) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.formula When this method returns, contains the formula which was parsed f...

TryParse(String,CellReferenceMode,WorkbookFormat,CultureInfo,Formula) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.fileFormat The file format to use when parsing the formula. This will be ...

TryParse(String,CellReferenceMode,WorkbookFormat,CultureInfo,Formula,FormulaParseException) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.fileFormat The file format to use when parsing the formula. This will be ...