Version

ToString(CellReferenceMode) Method

Returns a string representation of the range using the specified mode.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal mode As Infragistics.Documents.Excel.CellReferenceMode _
) As String
public string ToString( 
   Infragistics.Documents.Excel.CellReferenceMode mode
)

Parameters

mode
An enumeration used to indicate how references are represented

Return Value

A string containing the upper left cell if this is a single cell otherwise a string containing the upper left and lower right cells.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also