_Application.GetCustomListNum(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.