# GC.Spread.Sheets.ConditionalFormatting.ScaleValue

## Content

# Class: ScaleValue

[Sheets](../modules/GC.Spread.Sheets).[ConditionalFormatting](../modules/GC.Spread.Sheets.ConditionalFormatting).ScaleValue

## Table of contents

### Constructors

- [constructor](GC.Spread.Sheets.ConditionalFormatting.ScaleValue#constructor)

### Properties

- [type](GC.Spread.Sheets.ConditionalFormatting.ScaleValue#type)
- [value](GC.Spread.Sheets.ConditionalFormatting.ScaleValue#value)

## Constructors

### <a id="constructor" name="constructor"></a> constructor

• **new ScaleValue**(`type`, `value`)

Represents a scale value with the specified type and value.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `type` | [`ScaleValueType`](../enums/GC.Spread.Sheets.ConditionalFormatting.ScaleValueType) | The scale value type. |
| `value` | `Object` | The scale value. |

## Properties

### <a id="type" name="type"></a> type

• **type**: [`ScaleValueType`](../enums/GC.Spread.Sheets.ConditionalFormatting.ScaleValueType)

Gets the scale value type.

___

### <a id="value" name="value"></a> value

• **value**: `Object`

Gets the scale value.
