Overload | Description |
---|---|
TryParse(String,CellReferenceMode,ArrayFormula) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
TryParse(String,CellReferenceMode,CultureInfo,ArrayFormula) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
TryParse(String,CellReferenceMode,ArrayFormula,FormulaParseException) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
TryParse(String,CellReferenceMode,CultureInfo,ArrayFormula,FormulaParseException) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
TryParse(String,CellReferenceMode,WorkbookFormat,ArrayFormula) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
TryParse(String,CellReferenceMode,WorkbookFormat,CultureInfo,ArrayFormula) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
TryParse(String,CellReferenceMode,WorkbookFormat,ArrayFormula,FormulaParseException) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
TryParse(String,CellReferenceMode,WorkbookFormat,CultureInfo,ArrayFormula,FormulaParseException) | Parses the specified formula value. The return value indicates whether the operation succeeded. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+