Spread for ASP.NET 7.0 Product Documentation
ItemChangedType Enumeration
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ItemChangedType Enumeration


Glossary Item Box

Specifies how the item changed

Syntax

Visual Basic (Declaration) 
Public Enum ItemChangedType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ItemChangedType
C# 
public enum ItemChangedType : System.Enum 

Members

MemberDescription
AddedAn item added to the source object.
ChangedAn item changed in the source object.
ClearedAn item cleared from the source object.
RemovedAn item removed to the source object.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.ItemChangedType

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

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