Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSourceView Class / SpreadDataSourceView Constructor


In This Topic
    SpreadDataSourceView Constructor
    In This Topic
    Creates a new view of Spread as a data source.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As SpreadDataSource _
    )
    'Usage
     
    
    Dim owner As SpreadDataSource
     
    Dim instance As New SpreadDataSourceView(owner)
    public SpreadDataSourceView( 
       SpreadDataSource owner
    )

    Parameters

    owner
    See Also