Spread WinForms 15
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
See Also