Message-ID: <1441773182.9691.1711699333933.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9690_683033371.1711699333933" ------=_Part_9690_683033371.1711699333933 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Cell.Name

Cell.Name

Description

=20

Returns the cell's Excel-style name (such as, "B5").

=20
C#
=20
 public System.String Name{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Name() As String
=20
=20

Examples

=20
C#
=20
string cellName =3D cellA1.Name;
=20
=20
vb.net
=20
Dim cellName As String =3D cellA1.Name
=20
------=_Part_9690_683033371.1711699333933--