Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / DeleteCustomList Method
The custom list number. Built-in custom list cannot be deleted.


In This Topic
    DeleteCustomList Method
    In This Topic
    Deletes a custom list.
    Syntax
    'Declaration
     
    
    Public Function DeleteCustomList( _
       ByVal listNum As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim listNum As Integer
    Dim value As Boolean
     
    value = instance.DeleteCustomList(listNum)
    public bool DeleteCustomList( 
       int listNum
    )

    Parameters

    listNum
    The custom list number. Built-in custom list cannot be deleted.
    See Also