ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class ConditionalFormatting

System.Object
  extended byActiveXLS.Constants.ConditionalFormatting

public class ConditionalFormatting
extends System.Object

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

CONDITIONAL_FORMATTING_TYPE_COMPARE_CELL_VALUE

public const int CONDITIONAL_FORMATTING_TYPE_COMPARE_CELL_VALUE
A constant indicating that the condition compares the cell value. Embedded value is "1".

See Also:
Constant Values

CONDITIONAL_FORMATTING_TYPE_EVALUATE_FORMULA

public const int CONDITIONAL_FORMATTING_TYPE_EVALUATE_FORMULA
A constant indicating that the condition compares a formula. Embedded value is "2".

See Also:
Constant Values

OPERATOR_NO_COMPARATION

public const int OPERATOR_NO_COMPARATION
A constant indicating the "no comparison" operator. Embedded value is "0".

See Also:
Constant Values

OPERATOR_BETWEEN

public const int OPERATOR_BETWEEN
A constant indicating the "between" operator. Embedded value is "1".

See Also:
Constant Values

OPERATOR_NOT_BETWEEN

public const int OPERATOR_NOT_BETWEEN
A constant indicating the "not between" operator. Embedded value is "2".

See Also:
Constant Values

OPERATOR_EQUAL_TO

public const int OPERATOR_EQUAL_TO
A constant indicating the "equal to" operator. Embedded value is "3".

See Also:
Constant Values

OPERATOR_NOT_EQUAL_TO

public const int OPERATOR_NOT_EQUAL_TO
A constant indicating the "not equal to" operator. Embedded value is "4".

See Also:
Constant Values

OPERATOR_GREATER_THAN

public const int OPERATOR_GREATER_THAN
A constant indicating the "greater than" operator. Embedded value is "5".

See Also:
Constant Values

OPERATOR_LESS_THAN

public const int OPERATOR_LESS_THAN
A constant indicating the "less than" operator. Embedded value is "6".

See Also:
Constant Values

OPERATOR_GREATER_THAN_OR_EQUAL_TO

public const int OPERATOR_GREATER_THAN_OR_EQUAL_TO
A constant indicating the "greater than or equal to" operator. Embedded value is "7".

See Also:
Constant Values

OPERATOR_LESS_THAN_OR_EQUAL_TO

public const int OPERATOR_LESS_THAN_OR_EQUAL_TO
A constant indicating the "less than or equal to" operator. Embedded value is "8".

See Also:
Constant Values
Constructor Detail

ConditionalFormatting

public ConditionalFormatting()

Copyright 2009 On Time Computing Solutions