Back to Devexpress

ConditionalFormattingInsideValue Interface

officefileapi-devexpress-dot-spreadsheet-ccf0f568.md

latest1.3 KB
Original Source

ConditionalFormattingInsideValue Interface

OBSOLETE

Use the ConditionalFormattingValue interface instead.

Represents a threshold value for a conditional formatting rule.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[Obsolete("Use the ConditionalFormattingValue interface instead.", true)]
public interface ConditionalFormattingInsideValue :
    ConditionalFormattingValue
vb
<Obsolete("Use the ConditionalFormattingValue interface instead.", True)>
Public Interface ConditionalFormattingInsideValue
    Inherits ConditionalFormattingValue

See Also

ConditionalFormattingInsideValue Members

DevExpress.Spreadsheet Namespace