[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.NameNode.Name

Name Property

Name

Gets or sets the short name.

Declaration
public string Name { get; set; }
Public Property Name As String
Examples
NameNode nameNode = new NameNode("SalesTotal");
nameNode.Name = "RevenueTotal";
string name = nameNode.Name;