Spread WinForms 15
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)

Parameters

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