Spread ASP.NET 6.0 Product Documentation
ISpreadDataViewMapper Interface Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace : ISpreadDataViewMapper Interface


Glossary Item Box

The following tables list the members exposed by ISpreadDataViewMapper.

Public Properties

 NameDescription
 PropertyDataViewColumnCountGets the number of columns in the data view.  
 PropertyDataViewRowCountGets the number of rows in the data view.  
Top

Public Methods

 NameDescription
 MethodGetDataViewColumnFromModelColumnGets the data view column from model column.  
 MethodGetDataViewRowFromModelRowGets the data view row from model row.  
 MethodGetDataViewRowFromModelRowWhenAddNewGets the data view row from model row when add new row. This method is only used when add a new row to sheetview  
 MethodGetModelColumnFromDataViewColumnGets the model column from data view column.  
 MethodGetModelRowFromDataViewRowGets the model row from data view row.  
 MethodIsValidDetermines whether this mapper is valid in the specified sheet.  
 MethodOnDataModelRowInsertedOccurs when the data model row is inserted.  
 MethodOnDataModelRowRemovedOccurs when the data model row is removed.  
 MethodOnDataResetOccurs when the data is reset.  
 MethodOnDataRowAddedOccurs when the data row is added.  
 MethodOnDataRowChangedOccurs when the data row is changed.  
 MethodOnDataRowDeletedOccurs when the data row is deleted.  
 MethodOnDataRowMovedOccurs when the data row is moved.  
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.