Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / GetCustomListContents Method
The list number.


In This Topic
    GetCustomListContents Method
    In This Topic
    Gets a custom list (an array of strings).
    Syntax
    'Declaration
     
    
    Public Function GetCustomListContents( _
       ByVal listNum As Integer _
    ) As String()
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim listNum As Integer
    Dim value() As String
     
    value = instance.GetCustomListContents(listNum)
    public string[] GetCustomListContents( 
       int listNum
    )

    Parameters

    listNum
    The list number.

    Return Value

    An array of strings represents the custom list.
    See Also