Spread Silverlight Documentation
ColorCompareType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : ColorCompareType Enumeration
Specifies how a cell style compares to a specified style.
Syntax
'Declaration
 
Public Enum ColorCompareType 
   Inherits System.Enum
'Usage
 
Dim instance As ColorCompareType
public enum ColorCompareType : System.Enum 
Members
MemberDescription
BackgroundColor Indicates whether the cell background color is equal to a specified color.
ForegroundColor Indicates whether the cell foreground color is equal to a specified color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.ColorCompareType

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace