Spread WPF 17
GrapeCity.Excel Namespace / IExternalWorkbookInfo Interface / DefinedNames Property


In This Topic
    DefinedNames Property (IExternalWorkbookInfo)
    In This Topic
    Get the collection of named cell ranges of the external workbook
    Syntax
    'Declaration
     
    ReadOnly Property DefinedNames As List(Of IName)
    'Usage
     
    Dim instance As IExternalWorkbookInfo
    Dim value As List(Of IName)
     
    value = instance.DefinedNames
    List<IName> DefinedNames {get;}
    See Also