GetCustomListContents Method
Gets a custom list (an array of strings).
'Declaration
Public Function GetCustomListContents( _
ByVal As Integer _
) As String()
'Usage
Dim instance As WorkbookSet
Dim listNum As Integer
Dim value() As String
value = instance.GetCustomListContents(listNum)
Parameters
- listNum
- The list number.
Return Value
An array of strings represents the custom list.