Gets the collection of XLConditionalFormatting objects for the current workbook.

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

Syntax

C#
public XLConditionalFormattingCollection ConditionalFormattings {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
 }
Visual Basic
Public Property ConditionalFormattings As XLConditionalFormattingCollection
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Private Set

See Also