Spread Windows Forms 12.0 Product Documentation
GetListSource Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : GetListSource Method
Gets the IList data source for this model.
Syntax
'Declaration
 
Protected Function GetListSource() As IList
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As IList
 
value = instance.GetListSource()
protected IList GetListSource()

Return Value

IList object for this model; if the data source is not an IList, this method returns null.
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members