Tab > Tab Assembly Interfaces > ITabFormatCellContent
The ITabFormatCellContent interface contains properties of the conditional format, formatting the cells with specific values.
Property name | Description | |
![]() |
CellValue | The CellValue property determines the value, to which the cell values should be compared to define, whether they satisfy the condition, set in the ValueCondition property. |
![]() |
ContentType | The ContentType property determines the type of the cell contents, for which a formatting condition is set. |
![]() |
DateCondition | The DateCondition property determines a condition by date, which should be verified for formatted cells. |
![]() |
MaxValue | The MaxValue property determines the maximum value, to which cell values should be compared to define, whether they satisfy the condition set in the ValueCondition property. |
![]() |
MinValue | The MinValue property determines the minimum value, to which cell values should be compared to define, whether they satisfy the condition set in the ValueCondition property. |
![]() |
SpecificText | The SpecificText property determines the text, to which cell values should be compared to define, whether they satisfy the condition, set in the TextCondition property. |
![]() |
Style | The Style property determines formatting style, applied to cells, satisfying the specified condition. |
![]() |
TextCondition | The TextCondition property determines the condition by text, which should be verified for formatted cells. |
![]() |
ValueCondition | The ValueCondition property determines a condition for values, which should be verified for formatted cells. |
See also: