MindFusion.Wpf Pack Programmer's Guide
IConditionalFormat.Type Property
See Also
 





Gets or sets a value indicating whether the conditional format is based on the value of the cell or on the result of an expression.

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

 Syntax

C#  Copy Code

ConditionalFormatType Type { get; set; }

Visual Basic  Copy Code

Property Type As ConditionalFormatType

 Property Value

A member of the ConditionalFormatType enumeration. The default is CellValue.

 Remarks

For additional information, see IConditionalFormat.

 See Also

IConditionalFormat Members
IConditionalFormat Interface
MindFusion.Spreadsheet.Wpf Namespace