Version

ToString(CellReferenceMode) Method

Converts the formula to a string representation, similar to the string with which it was created.
Syntax
public string ToString( 
   CellReferenceMode cellReferenceMode
)

Parameters

cellReferenceMode
The cell reference mode used to create cell reference strings.

Return Value

The string representing the formula.
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