Spread Windows Forms 7.0 Product Documentation
ConditionalFormattingModelEventType Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.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
EffectChangedIndicates that the effect on the applying cellrange of conditional formatting has been changed.
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.Win.Spread.ConditionalFormattingModelEventType

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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