Gets the custom list number for an array of strings. You can use this method to match both built-in lists and custom-defined lists.
'Declaration
Public Function GetCustomListNum( _
ByVal () As String _
) As Integer
'Usage
Dim instance As WorkbookSet
Dim listArray() As String
Dim value As Integer
value = instance.GetCustomListNum(listArray)
Parameters
- listArray
- An array of strings.
Return Value
An integer value represents the custom list number.