Search
ConditionalFormatType Enumeration
See Also
 






Specifies the type of a conditional format.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public enum ConditionalFormatType

 Members

  Member name Description

CellValue

Indicates that the condition is based on the value of the cell.

DataBar

Each cell in the formatted region draws a bar whose length is proportional to the range of cell values in the region.

Expression

Indicates that the condition depends on the value of an expression.

 See Also