Version

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
OverloadDescription
ToString()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.  
ToString(CellReferenceMode)Converts the formula to a string representation, similar to the string with which it was created.  
ToString(CellReferenceMode,CultureInfo)Converts the formula to a string representation, similar to the string with which it was created.  
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