Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface FormatConditionType


public interface FormatConditionType

Represent conditional formate type constants.


Field Summary
static byte CELL_VALUE
          The conditional formatting is based on a cell value.
static byte EXPRESSION
          The conditional formatting is based on an expression.
 

Field Detail

CELL_VALUE

static final byte CELL_VALUE
The conditional formatting is based on a cell value.

See Also:
Constant Field Values

EXPRESSION

static final byte EXPRESSION
The conditional formatting is based on an expression.

See Also:
Constant Field Values