MindFusion.Wpf Pack Programmer's Guide
IConditionalFormatCollection.Add Method (ConditionalFormatType, ComparisonOperator, String, String)
See Also
 





Creates a new IConditionalFormat object with the specified attributes and adds it to the collection.

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

 Syntax

C#  Copy Code

IConditionalFormat Add (
    ConditionalFormatType type,
    ComparisonOperator op,
    string first,
    string second
)

Visual Basic  Copy Code

Function Add( _
    type As ConditionalFormatType, _
    op As ComparisonOperator, _
    first As String, _
    second As String _
) As IConditionalFormat

 Parameters

type

The type of the new conditional format.

op

The comparison operator of the new conditional format.

first

The first value of the condition.

second

The second value of the condition.

 Return Value

The newly created IConditionalFormat object.

 See Also

Add Method Overload List
IConditionalFormatCollection Members
IConditionalFormatCollection Interface
MindFusion.Spreadsheet.Wpf Namespace