Search
CellRange.ConditionalFormats Property
See Also
 






Gets a list with format objects that can be used to customize the appearance of the cells in the range based on various conditions.

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

 Syntax

C#  Copy Code

public IConditionalFormatCollection ConditionalFormats { get; }

Visual Basic  Copy Code

Public ReadOnly Property ConditionalFormats As IConditionalFormatCollection

 Property Value

 See Also