Spread Windows Forms 6.0 Product Documentation
MapperUpdatingEventType Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : MapperUpdatingEventType Enumeration


Glossary Item Box

Specifies the type of mapper updating event that has occurred for the mapper.

Syntax

Visual Basic (Declaration) 
Public Enum MapperUpdatingEventType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As MapperUpdatingEventType
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.