Message-ID: <764697517.9857.1711705316452.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9856_1351118985.1711705316452" ------=_Part_9856_1351118985.1711705316452 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Range.ToString()

Range.ToString()

Description

=20

Returns a string representation of the R= ange object.

=20
C#
=20
 public virtual System.String ToString()
=20
=20
vb.net
=20
Public Overridable Function ToString() As String
=20
=20

Returns

A string representation of= the=20 Range object.=20

Examples

=20
C#
=20
string rangeDescription =3D range.ToString();
=20
=20
vb.net
=20
Dim rangeDescription As String =3D range.ToString()
=20
------=_Part_9856_1351118985.1711705316452--