_Application.GetCustomListContents Method
Returns a custom list (an array of strings).
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function GetCustomListContents ( _
ListNum As Integer _
) As Object
'Usage
Dim instance As _Application
Dim ListNum As Integer
Dim returnValue As Object
returnValue = instance.GetCustomListContents(ListNum)
Object GetCustomListContents(
int ListNum
)
Parameters
ListNum
Type: System.Int32Required Integer. The list number.
Return Value
Type: System.Object