SpreadsheetGear 2012
FormatConditionType Enumeration






Specifies whether a conditional format compares the values of cells of contains a formula.
Syntax
'Declaration
 
Public Enum FormatConditionType 
   Inherits System.Enum
'Usage
 
Dim instance As FormatConditionType
public enum FormatConditionType : System.Enum 
public enum FormatConditionType = class(System.Enum)
public enum FormatConditionType extends System.Enum
__value public enum FormatConditionType : public System.Enum 
public enum class FormatConditionType : public System.Enum 
Members
MemberDescription
CellValueSpecifies that the conditional format compares the value of the cell.
ExpressionSpecifies that the conditional format contains a formula.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.FormatConditionType

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

Reference

SpreadsheetGear Namespace

Send Feedback