Table of Contents

Interface IConditionalFormat

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IConditionalFormat : IExcelApplication
Inherited Members

Properties

BackColor

Color BackColor { get; set; }

Property Value

Color

BackKnownColor

ExcelColors BackKnownColor { get; set; }

Property Value

ExcelColors

BottomBorderColor

Color BottomBorderColor { get; set; }

Property Value

Color

BottomBorderKnownColor

ExcelColors BottomBorderKnownColor { get; set; }

Property Value

ExcelColors

BottomBorderStyle

LineStyleType BottomBorderStyle { get; set; }

Property Value

LineStyleType

Color

Color Color { get; set; }

Property Value

Color

ColorScale

ColorScale ColorScale { get; }

Property Value

ColorScale

DataBar

DataBar DataBar { get; }

Property Value

DataBar

FillPattern

ExcelPatternType FillPattern { get; set; }

Property Value

ExcelPatternType

FirstFormula

string FirstFormula { get; set; }

Property Value

string

FontColor

Color FontColor { get; set; }

Property Value

Color

FontKnownColor

ExcelColors FontKnownColor { get; set; }

Property Value

ExcelColors

FormatType

ConditionalFormatType FormatType { get; set; }

Property Value

ConditionalFormatType

IconSet

IconSet IconSet { get; }

Property Value

IconSet

IsBold

bool IsBold { get; set; }

Property Value

bool

IsItalic

bool IsItalic { get; set; }

Property Value

bool

IsStrikeThrough

bool IsStrikeThrough { get; set; }

Property Value

bool

IsSubScript

bool IsSubScript { get; set; }

Property Value

bool

IsSuperScript

bool IsSuperScript { get; set; }

Property Value

bool

KnownColor

ExcelColors KnownColor { get; set; }

Property Value

ExcelColors

LeftBorderColor

Color LeftBorderColor { get; set; }

Property Value

Color

LeftBorderKnownColor

ExcelColors LeftBorderKnownColor { get; set; }

Property Value

ExcelColors

LeftBorderStyle

LineStyleType LeftBorderStyle { get; set; }

Property Value

LineStyleType

Operator

ComparisonOperatorType Operator { get; set; }

Property Value

ComparisonOperatorType

Priority

int Priority { get; set; }

Property Value

int

RightBorderColor

Color RightBorderColor { get; set; }

Property Value

Color

RightBorderKnownColor

ExcelColors RightBorderKnownColor { get; set; }

Property Value

ExcelColors

RightBorderStyle

LineStyleType RightBorderStyle { get; set; }

Property Value

LineStyleType

SecondFormula

string SecondFormula { get; set; }

Property Value

string

TopBorderColor

Color TopBorderColor { get; set; }

Property Value

Color

TopBorderKnownColor

ExcelColors TopBorderKnownColor { get; set; }

Property Value

ExcelColors

TopBorderStyle

LineStyleType TopBorderStyle { get; set; }

Property Value

LineStyleType

Underline

FontUnderlineType Underline { get; set; }

Property Value

FontUnderlineType