Returns a string representation of the Range object.

 public virtual System.String ToString()
Public Overridable Function ToString() As String

A string representation of the Range object.

string rangeDescription = range.ToString();
Dim rangeDescription As String = range.ToString()