Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetNameBoxList Method


In This Topic
    GetNameBoxList Method
    In This Topic
    Retrieve all defined names and tables from current worksheet and workbook.
    Syntax
    'Declaration
     
    
    Public Shared Function GetNameBoxList( _
       ByVal worksheet As IWorksheet _
    ) As Object()
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim value() As Object
     
    value = UIHelper.GetNameBoxList(worksheet)
    public static object[] GetNameBoxList( 
       IWorksheet worksheet
    )

    Parameters

    worksheet
    See Also