Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / GetCustomListNum Method
An array of strings.


In This Topic
    GetCustomListNum Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Function GetCustomListNum( _
       ByVal listArray() As String _
    ) As Integer
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim listArray() As String
    Dim value As Integer
     
    value = instance.GetCustomListNum(listArray)
    public int GetCustomListNum( 
       string[] listArray
    )

    Parameters

    listArray
    An array of strings.

    Return Value

    An integer value represents the custom list number.
    See Also