Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollectionCollection Class / DataSource Property


In This Topic
DataSource Property (StringCollectionCollection)
In This Topic
Gets or sets the data source for the collection of collections of string values.
Syntax
'Declaration
 
Public Property DataSource As Object
 
'Usage
 
Dim instance As StringCollectionCollection
Dim value As Object
 
instance.DataSource = value
 
value = instance.DataSource
See Also