FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetListSource Method


In This Topic
GetListSource Method
In This Topic
Returns the IList data source for this model or null if the data source is not an IList.
Syntax
'Declaration
 
Protected Function GetListSource() As IList
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As IList
 
value = instance.GetListSource()

Return Value

IList object
See Also