ClassConditionalFormattingRange
Class
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:
cs-api-definition
public class ConditionalFormattingRange
Inheritance: objectConditionalFormattingRange
Properties
CellRange
Gets the cell range to which the conditional formatting rules apply.
Formattings
Gets the collection of conditional formatting rules currently applied to this cell range.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Formattings")]
public IEnumerable<ConditionalFormatting> Formattings { get; }
Property Value