Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / DefaultSpreadDataViewMapper Class
Properties Methods Events

In This Topic
    DefaultSpreadDataViewMapper Class Members
    In This Topic

    The following tables list the members exposed by DefaultSpreadDataViewMapper.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new default Spread data view mapper.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the model data source range.  
    Public Property Gets the number of columns in the data view.  
    Public Property Gets the number of rows in the data view.  
    Top
    Public Methods
     NameDescription
    Public Method Gets the data view column from model column.  
    Public Method Gets the data view row from model row.  
    Public Method Gets the data view row from the model row when a new row is added. This method is used only when a new row is added to a sheet.  
    Public Method Gets the model column from the data view column.  
    Public Method Gets the model row from data view row.  
    Public Method Determines whether this cell range is valid in the specified sheet.  
    Public Method Occurs when a data model row is inserted.  
    Public Method Occurs when a data model row is removed.  
    Public Method Occurs when a data row is reset.  
    Public Method Occurs when a data row is added.  
    Public Method Occurs when a data row is changed.  
    Public Method Occurs when a data row is deleted.  
    Public Method Occurs when a data row is moved.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property changes.  
    Top
    See Also