Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetInternalDefinedNames Method


In This Topic
    GetInternalDefinedNames Method
    In This Topic
    Get all named cell ranged defined in the current workbook
    Syntax
    'Declaration
     
    Function GetInternalDefinedNames() As List(Of IName)
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As List(Of IName)
     
    value = instance.GetInternalDefinedNames()
    List<IName> GetInternalDefinedNames()

    Return Value

    A collection of IName contains all named cell ranged defined in the current workbook
    See Also