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


In This Topic
    GetCustomOrFunctionNameList Method
    In This Topic
    Get the custom and function name information used in the workbook
    Syntax
    'Declaration
     
    Function GetCustomOrFunctionNameList() As List(Of IFunction)
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As List(Of IFunction)
     
    value = instance.GetCustomOrFunctionNameList()
    List<IFunction> GetCustomOrFunctionNameList()

    Return Value

    A collection of IFunction contains all custom and function names
    See Also