ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Workbook Class / DefinedNames Property

In This Topic
    DefinedNames Property (Workbook)
    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