Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Workbook Class / DefinedNames Property

In This Topic
    DefinedNames Property
    In This Topic
    Gets the defined name items of the workbook.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefinedNames As List(Of DefinedName)
    public List<DefinedName> DefinedNames {get;}
    See Also