Class
ConditionalFormattingRange

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.

Declaration

cs-api-definition
public CellRange CellRange { get; }

Property Value

CellRange

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

IEnumerable<ConditionalFormatting>

In this article
DefinitionPropertiesCellRangeFormattings
Not finding the help you need?
Contact Support