Spread Windows Forms 12.0 Product Documentation
MapperUpdatingEventType Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : MapperUpdatingEventType Enumeration
Specifies the type of mapper updating event that has occurred for the mapper.
Syntax
'Declaration
 
Public Enum MapperUpdatingEventType 
   Inherits System.Enum
'Usage
 
Dim instance As MapperUpdatingEventType
public enum MapperUpdatingEventType : System.Enum 
Members
MemberDescription
TargetCellsUpdatedIndicates that cells with cell data have been updated
TargetColumnsAddedIndicates that columns have been added
TargetColumnsRemovedIndicates that columns have been removed
TargetRowsAddedIndicates that rows have been added
TargetRowsRemovedIndicates that rows have been removed
TargetUpdatedIndicates that the sheet data model has been updated
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.Model.MapperUpdatingEventType

See Also

Reference

FarPoint.Win.Spread.Model Namespace