NumericStyledColumn

Base type for Numeric Styled Columns (i.e. Gradient and Percent Bar)

TypeScript
export interface

Properties

PropertyDescriptionDefault
CellRangesRanges (e.g. to create traffic light effect)
ColumnComparisonCompares Cell values to another Column
RangeValueTypeUsed with Ranges; can be Number (any number or Col-Min/Col-Max) or 'Percentage' (values 0-100)Number

Property Details

CellRanges

Ranges (e.g. to create traffic light effect)

TypeScript
CellRanges?: CellColorRange[];
Property Value

CellColorRange[]

ColumnComparison

Compares Cell values to another Column

TypeScript
ColumnComparison?: ColumnComparison;
Property Value

ColumnComparison

RangeValueType

Used with Ranges; can be Number (any number or Col-Min/Col-Max) or 'Percentage' (values 0-100)

TypeScript
RangeValueType?: RangeValueType;
Default Value

Number

Property Value

RangeValueType