Class ConditionalFormatWrapper
public class ConditionalFormatWrapper : CommonWrapper, IOptimizedUpdate, ICloneParent, IConditionalFormat, IExcelApplication
- Inheritance
-
ConditionalFormatWrapper
- Implements
- Inherited Members
Constructors
ConditionalFormatWrapper(CondFormatCollectionWrapper, int)
public ConditionalFormatWrapper(CondFormatCollectionWrapper formats, int iIndex)
Parameters
formats
CondFormatCollectionWrapperiIndex
int
Properties
Average
public Average Average { get; }
Property Value
BackColor
public Color BackColor { get; set; }
Property Value
BackColorObject
public OColor BackColorObject { get; }
Property Value
BackKnownColor
public ExcelColors BackKnownColor { get; set; }
Property Value
BottomBorderColor
public Color BottomBorderColor { get; set; }
Property Value
BottomBorderColorObject
public OColor BottomBorderColorObject { get; }
Property Value
BottomBorderKnownColor
public ExcelColors BottomBorderKnownColor { get; set; }
Property Value
BottomBorderStyle
public LineStyleType BottomBorderStyle { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
ColorScale
public ColorScale ColorScale { get; }
Property Value
DataBar
public DataBar DataBar { get; }
Property Value
DxfId
public int DxfId { get; set; }
Property Value
FillPattern
public ExcelPatternType FillPattern { get; set; }
Property Value
FirstFormula
public string FirstFormula { get; set; }
Property Value
FirstFormulaR1C1
[Obsolete("This Property is Obsolete;")]
public string FirstFormulaR1C1 { get; set; }
Property Value
FontColor
public Color FontColor { get; set; }
Property Value
FontColorObject
public OColor FontColorObject { get; }
Property Value
FontKnownColor
public ExcelColors FontKnownColor { get; set; }
Property Value
FormatType
public ConditionalFormatType FormatType { get; set; }
Property Value
IconSet
public IconSet IconSet { get; }
Property Value
IsBackgroundColorPresent
public bool IsBackgroundColorPresent { get; set; }
Property Value
IsBold
public bool IsBold { get; set; }
Property Value
IsBorderFormatPresent
public bool IsBorderFormatPresent { get; set; }
Property Value
IsBottomBorderModified
public bool IsBottomBorderModified { get; set; }
Property Value
IsFontColorPresent
public bool IsFontColorPresent { get; set; }
Property Value
IsFontFormatPresent
public bool IsFontFormatPresent { get; set; }
Property Value
IsItalic
public bool IsItalic { get; set; }
Property Value
IsLeftBorderModified
public bool IsLeftBorderModified { get; set; }
Property Value
IsPatternColorPresent
Indicates whether pattern color .
public bool IsPatternColorPresent { get; set; }
Property Value
IsPatternFormatPresent
public bool IsPatternFormatPresent { get; set; }
Property Value
IsPatternStyleModified
public bool IsPatternStyleModified { get; set; }
Property Value
IsRightBorderModified
public bool IsRightBorderModified { get; set; }
Property Value
IsStrikeThrough
public bool IsStrikeThrough { get; set; }
Property Value
IsSubScript
public bool IsSubScript { get; set; }
Property Value
IsSuperScript
public bool IsSuperScript { get; set; }
Property Value
IsTopBorderModified
public bool IsTopBorderModified { get; set; }
Property Value
KnownColor
public ExcelColors KnownColor { get; set; }
Property Value
LeftBorderColor
public Color LeftBorderColor { get; set; }
Property Value
LeftBorderColorObject
public OColor LeftBorderColorObject { get; }
Property Value
LeftBorderKnownColor
public ExcelColors LeftBorderKnownColor { get; set; }
Property Value
LeftBorderStyle
public LineStyleType LeftBorderStyle { get; set; }
Property Value
NumberFormat
public string NumberFormat { get; set; }
Property Value
OColor
public OColor OColor { get; }
Property Value
Operator
public ComparisonOperatorType Operator { get; set; }
Property Value
Parent
public object Parent { get; }
Property Value
Priority
public int Priority { get; set; }
Property Value
RightBorderColor
public Color RightBorderColor { get; set; }
Property Value
RightBorderColorObject
public OColor RightBorderColorObject { get; }
Property Value
RightBorderKnownColor
public ExcelColors RightBorderKnownColor { get; set; }
Property Value
RightBorderStyle
public LineStyleType RightBorderStyle { get; set; }
Property Value
SecondFormula
public string SecondFormula { get; set; }
Property Value
SecondFormulaR1C1
[Obsolete("This Property is Obsolete;")]
public string SecondFormulaR1C1 { get; set; }
Property Value
StopIfTrue
public bool StopIfTrue { get; set; }
Property Value
TopBorderColor
public Color TopBorderColor { get; set; }
Property Value
TopBorderColorObject
public OColor TopBorderColorObject { get; }
Property Value
TopBorderKnownColor
public ExcelColors TopBorderKnownColor { get; set; }
Property Value
TopBorderStyle
public LineStyleType TopBorderStyle { get; set; }
Property Value
TopBottom
public TopBottom TopBottom { get; }
Property Value
Underline
public FontUnderlineType Underline { get; set; }
Property Value
Methods
BeginUpdate()
public override void BeginUpdate()
EndUpdate()
public override void EndUpdate()
MakeFormula()
public string MakeFormula()
Returns
MakeFormula(string)
public string MakeFormula(string para)
Parameters
para
string
Returns
SetTimePeriod(TimePeriodType)
public void SetTimePeriod(TimePeriodType timePeriod)
Parameters
timePeriod
TimePeriodType