Search
IConditionalFormatCollection.Add Method ()
See Also
 






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

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

 Syntax

C#  Copy Code

IConditionalFormat Add ()

Visual Basic  Copy Code

Function Add () As IConditionalFormat

 Return Value

The newly created IConditionalFormat object.

 See Also