Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Data Namespace / SpreadDataView Class
Members


In This Topic
    SpreadDataView Class
    In This Topic
    Represents a data view of a sheet in a Spread.
    Object Model
    SpreadDataView ClassSpreadDataRowView Class
    Syntax
    'Declaration
     
    
    Public Class SpreadDataView 
       Inherits System.ComponentModel.BindingList(Of SpreadDataRowView)
    'Usage
     
    
    Dim instance As SpreadDataView
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.ComponentModel.BindingList<T>
             FarPoint.Web.Spread.Data.SpreadDataView

    See Also