The collection of conditional formattin ranges.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public class XLConditionalFormattingCollection : Collection<XLConditionalFormatting>
Visual Basic
Public Class XLConditionalFormattingCollection _
	Inherits Collection(Of XLConditionalFormatting)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'XLConditionalFormatting>)>)>
    C1.Silverlight.Excel..::..XLConditionalFormattingCollection

See Also