Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / BuiltInNameList Property


In This Topic
    BuiltInNameList Property (IExcelWorkbook)
    In This Topic
    Gets or sets the built-in names used in the workbook
    Syntax
    'Declaration
     
    Property BuiltInNameList As List(Of IBuiltInName)
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As List(Of IBuiltInName)
     
    instance.BuiltInNameList = value
     
    value = instance.BuiltInNameList
    List<IBuiltInName> BuiltInNameList {get; set;}

    Property Value

    A collection of IBuiltInName represents the built-in names information of the workbook
    See Also