Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / MapperUpdatingEventType Enumeration


In This Topic
    MapperUpdatingEventType Enumeration
    In This Topic
    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