[]
        
(Showing Draft Content)

GC.Spread.Sheets.ConditionalFormatting.ScaleValue

Class: ScaleValue

Sheets.ConditionalFormatting.ScaleValue

Table of contents

Constructors

Properties

Constructors

constructor

new ScaleValue(type, value)

Represents a scale value with the specified type and value.

Parameters

Name Type Description
type ScaleValueType The scale value type.
value Object The scale value.

Properties

type

type: ScaleValueType

Gets the scale value type.


value

value: Object

Gets the scale value.