MindFusion.Wpf Pack Programmer's Guide
ConditionalFormatType Enumeration
See Also
 





Specifies the type of a conditional format.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum ConditionalFormatType

Visual Basic  Copy Code

Public Enum ConditionalFormatType

 Members

  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.

 Remarks

Members of this enumeration can be assigned to the Type property of IConditionalFormat instances.

 See Also

MindFusion.Spreadsheet.Wpf Namespace