Version

ToString(CellReferenceMode) Method

Returns the string value represent the cell and region addresses in the collection.
Syntax
public string ToString( 
   CellReferenceMode cellReferenceMode
)

Parameters

cellReferenceMode
The cell reference mode with which to get the region strings.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionOccurs when cellReferenceMode is not defined in the CellReferenceMode enumeration.
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