Search
IConditionalFormatCollection Interface
See Also
 






Represents a collection of IConditionalFormat objects.

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

 Syntax

C#  Copy Code

public interface IConditionalFormatCollection : IEnumerable<IConditionalFormat>, IEnumerable

Visual Basic  Copy Code

Public Interface IConditionalFormatCollection
    Implements IEnumerable(Of IConditionalFormat), IEnumerable

 See Also