Specifies the type of a conditional format.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum ConditionalFormatType |
Visual Basic
![]() |
---|
Public Enum ConditionalFormatType |
Member name | Description | |
---|---|---|
![]() |
CellValue |
Indicates that the condition is based on the value of the cell. |
![]() |
Expression |
Indicates that the condition depends on the value of an expression. |
Members of this enumeration can be assigned to the Type property of IConditionalFormat instances.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |