Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase 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
     
    
    Public Overridable Function GetListSource() As IList
    'Usage
     
    
    Dim instance As DataManagerBase
    Dim value As IList
     
    value = instance.GetListSource()
    public virtual IList GetListSource()

    Return Value

    IList object
    See Also