Table of Contents

Class GradientArrayWrapper

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll
public class GradientArrayWrapper : XlsObject, IExcelApplication, IDisposable, IGradient
Inheritance
GradientArrayWrapper
Implements
Inherited Members

Constructors

GradientArrayWrapper(IXLSRange)

public GradientArrayWrapper(IXLSRange range)

Parameters

range IXLSRange

Properties

BackColor

public Color BackColor { get; set; }

Property Value

Color

BackColorObject

public OColor BackColorObject { get; }

Property Value

OColor

BackKnownColor

public ExcelColors BackKnownColor { get; set; }

Property Value

ExcelColors

ForeColor

public Color ForeColor { get; set; }

Property Value

Color

ForeColorObject

public OColor ForeColorObject { get; }

Property Value

OColor

ForeKnownColor

public ExcelColors ForeKnownColor { get; set; }

Property Value

ExcelColors

GradientStyle

public GradientStyleType GradientStyle { get; set; }

Property Value

GradientStyleType

GradientVariant

public GradientVariantsType GradientVariant { get; set; }

Property Value

GradientVariantsType

Methods

BeginUpdate()

public void BeginUpdate()

CompareTo(IGradient)

public int CompareTo(IGradient gradient)

Parameters

gradient IGradient

Returns

int

EndUpdate()

public void EndUpdate()

TwoColorGradient()

public void TwoColorGradient()

TwoColorGradient(GradientStyleType, GradientVariantsType)

public void TwoColorGradient(GradientStyleType style, GradientVariantsType variant)

Parameters

style GradientStyleType
variant GradientVariantsType