Spread for ASP.NET 10 Product Documentation
GetListSource Method


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 containing the list source
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.