Table of Contents

Class ColorScaleOptions

Namespace
Openize.Cells
Assembly
Openize.OpenXMLSDK.dll

Represents a color scale configuration for conditional formatting.

public class ColorScaleOptions
Inheritance
ColorScaleOptions
Inherited Members

Properties

MaxColor

Gets or sets the maximum value color in hex format

public string MaxColor { get; set; }

Property Value

string

MidColor

Gets or sets the midpoint value color in hex format

public string MidColor { get; set; }

Property Value

string

MinColor

Gets or sets the minimum value color in hex format

public string MinColor { get; set; }

Property Value

string

TwoColorScale

Gets or sets whether to use a 2-color scale (if false, uses 3-color scale)

public bool TwoColorScale { get; set; }

Property Value

bool