Interface IConditionalFormat
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IConditionalFormat : IExcelApplication
- Inherited Members
-
Properties
Color BackColor { get; set; }
Property Value
- Color
ExcelColors BackKnownColor { get; set; }
Property Value
- ExcelColors
Color BottomBorderColor { get; set; }
Property Value
- Color
ExcelColors BottomBorderKnownColor { get; set; }
Property Value
- ExcelColors
LineStyleType BottomBorderStyle { get; set; }
Property Value
- LineStyleType
Color Color { get; set; }
Property Value
- Color
ColorScale ColorScale { get; }
Property Value
- ColorScale
Property Value
- DataBar
ExcelPatternType FillPattern { get; set; }
Property Value
- ExcelPatternType
string FirstFormula { get; set; }
Property Value
- string
Color FontColor { get; set; }
Property Value
- Color
ExcelColors FontKnownColor { get; set; }
Property Value
- ExcelColors
ConditionalFormatType FormatType { get; set; }
Property Value
- ConditionalFormatType
Property Value
- IconSet
bool IsBold { get; set; }
Property Value
- bool
bool IsItalic { get; set; }
Property Value
- bool
bool IsStrikeThrough { get; set; }
Property Value
- bool
bool IsSubScript { get; set; }
Property Value
- bool
bool IsSuperScript { get; set; }
Property Value
- bool
ExcelColors KnownColor { get; set; }
Property Value
- ExcelColors
Color LeftBorderColor { get; set; }
Property Value
- Color
ExcelColors LeftBorderKnownColor { get; set; }
Property Value
- ExcelColors
LineStyleType LeftBorderStyle { get; set; }
Property Value
- LineStyleType
ComparisonOperatorType Operator { get; set; }
Property Value
- ComparisonOperatorType
int Priority { get; set; }
Property Value
- int
Color RightBorderColor { get; set; }
Property Value
- Color
ExcelColors RightBorderKnownColor { get; set; }
Property Value
- ExcelColors
LineStyleType RightBorderStyle { get; set; }
Property Value
- LineStyleType
string SecondFormula { get; set; }
Property Value
- string
Color TopBorderColor { get; set; }
Property Value
- Color
ExcelColors TopBorderKnownColor { get; set; }
Property Value
- ExcelColors
LineStyleType TopBorderStyle { get; set; }
Property Value
- LineStyleType
FontUnderlineType Underline { get; set; }
Property Value
- FontUnderlineType