Associates a cell range with the conditional formatting rules applied to it, enabling retrieval of all active formatting conditions for a specific region.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class ConditionalFormattingRange
Inheritance: objectConditionalFormattingRange
Properties
Gets the cell range to which the conditional formatting rules apply.
C#
public CellRange CellRange { get; }
Gets the collection of conditional formatting rules currently applied to this cell range.
C#
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Formattings")]
public IEnumerable<ConditionalFormatting> Formattings { get; }