'Declaration Public Class SpreadDataView Inherits System.ComponentModel.BindingList(Of SpreadDataRowView)
'Usage Dim instance As SpreadDataView
public class SpreadDataView : System.ComponentModel.BindingList<SpreadDataRowView>
'Declaration Public Class SpreadDataView Inherits System.ComponentModel.BindingList(Of SpreadDataRowView)
'Usage Dim instance As SpreadDataView
public class SpreadDataView : System.ComponentModel.BindingList<SpreadDataRowView>
System.Object
System.Collections.ObjectModel.Collection<T>
System.ComponentModel.BindingList<T>
FarPoint.Web.Spread.Data.SpreadDataView