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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ConditionalFormattingRange
Properties
CellRange
Gets the cell range to which the conditional formatting rules apply.
Declaration
public CellRange CellRange { get; }
Property Value
|
CellRange
|
Formattings
Gets the collection of conditional formatting rules currently applied to this cell range.
Declaration
public IEnumerable<ConditionalFormatting> Formattings { get; }
Property Value
|
System.Collections.Generic.IEnumerable<ConditionalFormatting>
|