Spread Windows Forms 17
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
    Public Properties
     NameDescription
    Public PropertyGets or sets the model data source range.  
    Public PropertyGets the number of columns in the data view.  
    Public PropertyGets the number of rows in the data view.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the data view column from model column.  
    Public MethodGets the data view row from model row.  
    Public MethodGets 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 MethodGets the model column from the data view column.  
    Public MethodGets the model row from data view row.  
    Public MethodDetermines whether this cell range is valid in the specified sheet.  
    Public MethodOccurs when a data model row is inserted.  
    Public MethodOccurs when a data model row is removed.  
    Public MethodOccurs when a data row is reset.  
    Public MethodOccurs when a data row is added.  
    Public MethodOccurs when a data row is changed.  
    Public MethodOccurs when a data row is deleted.  
    Public MethodOccurs when a data row is moved.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOccurs when a property is changed.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property changes.  
    Top
    See Also