Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetPastingNameList Method
The GrapeCity.Spreadsheet.FilterOptions value to filter defined names.
indicate that defined name at workbook scope same name with worksheet should be ignore.


In This Topic
    GetPastingNameList Method
    In This Topic
    Retrieve all defined name from current worksheet and workbook scope order by ascending.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPastingNameList( _
       ByVal worksheet As IWorksheet, _
       Optional ByVal filterOption As FilterOptions, _
       Optional ByVal preferUniqueName As Boolean _
    ) As IName()
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim filterOption As FilterOptions
    Dim preferUniqueName As Boolean
    Dim value() As IName
     
    value = UIHelper.GetPastingNameList(worksheet, filterOption, preferUniqueName)

    Parameters

    worksheet
    filterOption
    The GrapeCity.Spreadsheet.FilterOptions value to filter defined names.
    preferUniqueName
    indicate that defined name at workbook scope same name with worksheet should be ignore.
    See Also