Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / NameNode Class / NameNode Constructor / NameNode Constructor(String)
The short name.
In This Topic
    NameNode Constructor(String)
    In This Topic
    Creates a new NameNode from System.String.
    Syntax
    public NameNode( 
       System.string name
    )

    Parameters

    name
    The short name.
    See Also