Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSource Class / GetData Method
Example


In This Topic
    GetData Method
    In This Topic
    Returns the data of this data source.
    Syntax
    'Declaration
     
    
    Public Function GetData() As IEnumerable
    'Usage
     
    
    Dim instance As SpreadDataSource
    Dim value As IEnumerable
     
    value = instance.GetData()
    public IEnumerable GetData()
    Example

    This example binds a cell range and uses many methods of the SpreadDataSource and SpreadDataSourceView classes.

    See Also