Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / ISpreadDataViewMapper Interface
Properties Methods

In This Topic
    ISpreadDataViewMapper Interface Members
    In This Topic

    The following tables list the members exposed by ISpreadDataViewMapper.

    Public Properties
     NameDescription
     PropertyGets the number of columns in the data view.  
     PropertyGets the number of rows in the data view.  
    Top
    Public Methods
     NameDescription
     MethodGets the data view column from model column.  
     MethodGets the data view row from model row.  
     MethodGets the data view row from model row when add new row. This method is only used when add a new row to sheetview  
     MethodGets the model column from data view column.  
     MethodGets the model row from data view row.  
     MethodDetermines whether this mapper is valid in the specified sheet.  
     MethodOccurs when the data model row is inserted.  
     MethodOccurs when the data model row is removed.  
     MethodOccurs when the data is reset.  
     MethodOccurs when the data row is added.  
     MethodOccurs when the data row is changed.  
     MethodOccurs when the data row is deleted.  
     MethodOccurs when the data row is moved.  
    Top
    See Also