Show / Hide Table of Contents

Class ColorScaleCriteria

Represents one criteria in the color scale definition. It groups together the type, value with the color.

Inheritance
System.Object
ColorScaleCriteria
Namespace: DRIT.Spreadsheet.ConditionalFormatting
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ColorScaleCriteria : object

Properties

Color

Declaration
public SpreadsheetColor Color { get; set; }
Property Value
Type Description
SpreadsheetColor

Formula

Declaration
public string Formula { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public ConditionValueType Type { get; set; }
Property Value
Type Description
ConditionValueType

Value

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX