Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

Signature
C#
C#
 public System.String Name{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property Name() As String
Example
Code Block
csharp
csharp
titleC#
string cellName = cellA1.Name;
Code Block
vb.net
vb.net
titlevb.net
Dim cellName As String = cellA1.Name
Scrollbar