Gets or sets the cell's name. Each table cell can have a name, which can be used to store any string data associated with the cell.
Introduced: 17.0.
public string Name { get; set; }
Public Property Name() As String