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


In This Topic
    GetListSource Method (DefaultSheetDataModel)
    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()
    protected IList GetListSource()

    Return Value

    IList object
    See Also