Version

TryParse Method (ArrayFormula)

Parses the specified formula value. The return value indicates whether the operation succeeded.
Overload List
OverloadDescription
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.  
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also