Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / MapperUpdatingEventType Enumeration


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
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