Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / DefinedName Class / Name Property

In This Topic
    Name Property (DefinedName)
    In This Topic
    The name of the defined name item.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute("")>
    Public Property Name As String
    [XmlAttribute()]
    [DefaultValue("")]
    public string Name {get; set;}
    See Also