_Application.GetCustomListNum(Object) Method

Definition

Returns the custom list number for an array of strings. You can use this method to match both built-in lists and custom-defined lists.

public:
 int GetCustomListNum(System::Object ^ ListArray);
public int GetCustomListNum (object ListArray);
Public Function GetCustomListNum (ListArray As Object) As Integer

Parameters

ListArray
Object

Required Object. An array of strings.

Returns

Remarks

This method generates an error if there's no corresponding list.

Applies to