Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / CustomListCount Property


In This Topic
    CustomListCount Property
    In This Topic
    Gets the number of defined custom lists (including built-in lists).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CustomListCount As Integer
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As Integer
     
    value = instance.CustomListCount
    public int CustomListCount {get;}
    See Also