|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.Constants.ConditionalFormatting
This class contains the constants used for creating a conditional formatting cell range.
Constant Summary | |
const int |
CONDITIONAL_FORMATTING_TYPE_COMPARE_CELL_VALUE
A constant indicating that the condition compares the cell value. |
const int |
CONDITIONAL_FORMATTING_TYPE_EVALUATE_FORMULA
A constant indicating that the condition compares a formula. |
const int |
OPERATOR_BETWEEN
A constant indicating the "between" operator. |
const int |
OPERATOR_EQUAL_TO
A constant indicating the "equal to" operator. |
const int |
OPERATOR_GREATER_THAN
A constant indicating the "greater than" operator. |
const int |
OPERATOR_GREATER_THAN_OR_EQUAL_TO
A constant indicating the "greater than or equal to" operator. |
const int |
OPERATOR_LESS_THAN
A constant indicating the "less than" operator. |
const int |
OPERATOR_LESS_THAN_OR_EQUAL_TO
A constant indicating the "less than or equal to" operator. |
const int |
OPERATOR_NO_COMPARATION
A constant indicating the "no comparison" operator. |
const int |
OPERATOR_NOT_BETWEEN
A constant indicating the "not between" operator. |
const int |
OPERATOR_NOT_EQUAL_TO
A constant indicating the "not equal to" operator. |
Constructor Summary | |
ConditionalFormatting()
|
Constant Detail |
public const int CONDITIONAL_FORMATTING_TYPE_COMPARE_CELL_VALUE
public const int CONDITIONAL_FORMATTING_TYPE_EVALUATE_FORMULA
public const int OPERATOR_NO_COMPARATION
public const int OPERATOR_BETWEEN
public const int OPERATOR_NOT_BETWEEN
public const int OPERATOR_EQUAL_TO
public const int OPERATOR_NOT_EQUAL_TO
public const int OPERATOR_GREATER_THAN
public const int OPERATOR_LESS_THAN
public const int OPERATOR_GREATER_THAN_OR_EQUAL_TO
public const int OPERATOR_LESS_THAN_OR_EQUAL_TO
Constructor Detail |
public ConditionalFormatting()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |