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


Glossary Item Box

Specifies the type of Change event that has occurred for a conditional formatting model for the sheet.

Syntax

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

Members

MemberDescription
ClearedIndicates that conditional formattings have been cleared
ColumnsAddedIndicates that columns have been added
ColumnsRemovedIndicates that columns have been removed
CopiedIndicates that conditional formattings have been copied
ItemAddedIndicates that an individual conditional formatting has been added
ItemChangedIndicates that an individual conditional formatting has been changed
ItemRemovedIndicates that an individual conditional formatting has been removed
MovedIndicates that conditional formattings have been moved
RowsAddedIndicates that rows have been added
RowsRemovedIndicates that rows have been removed
SwapedIndicates that conditional formattings have been moved

Inheritance Hierarchy

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

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.