'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.