Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / CategoryCollectionValueList Property


In This Topic
    CategoryCollectionValueList Property
    In This Topic
    get category as a collection of list
    Syntax
    'Declaration
     
    
    Public Property CategoryCollectionValueList As List(Of IList(Of String))
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As List(Of IList(Of String))
     
    instance.CategoryCollectionValueList = value
     
    value = instance.CategoryCollectionValueList
    public List<IList<string>> CategoryCollectionValueList {get; set;}
    See Also