XlsConditionalFormat Class |
Namespace: Spire.Xls.Core.Spreadsheet
The XlsConditionalFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Average |
Get the conditional formatting's "Average" instance.
The default instance's rule highlights cells that are
above the average for all values in the range.
Valid only for type = Average.
|
![]() |
BackColor |
Pattern background color.
|
![]() |
BackColorObject |
Conditional format background color. Read-only.
|
![]() |
BackKnownColor |
Pattern background excel color.
|
![]() |
BottomBorderColor |
Color of the bottom line.
|
![]() |
BottomBorderColorObject |
Conditional format bottom border color. Read-only.
|
![]() |
BottomBorderKnownColor |
Excel color of the bottom line.
|
![]() |
BottomBorderStyle |
Bottom border line style.
|
![]() |
Color |
Pattern foreground color.
|
![]() |
ColorScale |
Get the conditional formatting's "ColorScale" instance.
The default instance is a "green-red" 2ColorScale .
Valid only for type = ColorScale.
|
![]() |
DataBar |
Gets the DataBar object associated with the current instance.
|
![]() |
DxfId |
Gets or sets the DXF ID, which is a unique identifier for an entity in a DXF (Drawing Interchange Format) file.
|
![]() |
FillPattern |
XlsFill pattern type.
|
![]() |
FirstFormula |
First formula.
|
![]() |
FirstFormulaR1C1 |
Obsolete.
First formula in R1C1 notation. Read only.
|
![]() |
FontColor |
Font color.
|
![]() |
FontColorObject |
Conditional format font color. Read-only.
|
![]() |
FontKnownColor |
Font excel color.
|
![]() |
FormatType |
conditional format type.
|
![]() |
IconSet |
Returns iconset settings. Valid only if FormatType is set to IconSet. Read-only.
|
![]() |
IsBackgroundColorPresent |
Indicates whether background color present.
|
![]() |
IsBold |
Indicates whether font is bold.
|
![]() |
IsBorderFormatPresent |
Indicates whether contains border formatting.
|
![]() |
IsBottomBorderModified |
Indicates whether bottom border style and color are modified.
|
![]() |
IsFontColorPresent |
Indicates whether format color present.
|
![]() |
IsFontFormatPresent |
Indicates whether contains font formatting.
|
![]() |
IsItalic |
Indicates whether font is italic.
|
![]() |
IsLeftBorderModified |
Indicates whether left border style and color are modified.
|
![]() |
IsNumberFormatPresent |
Determines whether the specified input contains a number format.
|
![]() |
IsPatternColorPresent |
Indicates whether presents pattern color.
|
![]() |
IsPatternFormatPresent |
Indicates whether contains pattern formatting.
|
![]() |
IsPatternStyleModified |
Indicates whether pattern style was modified.
|
![]() |
IsRightBorderModified |
Indicates right border style and color modified.
|
![]() |
IsStrikeThrough |
Indicates whether font is striked through.
|
![]() |
IsSubScript |
Indicates whether font is subscript.
|
![]() |
IsSuperScript |
Indicates whether font is superscript.
|
![]() |
IsTopBorderModified |
Indicates whether top border style and color are modified.
|
![]() |
KnownColor |
Pattern foreground excel color.
|
![]() |
LeftBorderColor |
Color of the left line.
|
![]() |
LeftBorderColorObject |
Conditional format left border color. Read-only.
|
![]() |
LeftBorderKnownColor |
Excel color of the left line.
|
![]() |
LeftBorderStyle |
Left border line style.
|
![]() |
NumberFormat |
Gets or sets the number format of the cell.
|
![]() |
OColor |
Conditional format color. Read-only.
|
![]() |
Operator |
Type of the comparison operator.
|
![]() |
Parent |
Reference to Parent object. Read-only.
(Inherited from
XlsObject
.)
|
![]() |
Priority |
The priority of this conditional formatting rule. This value is used to determine which
format should be evaluated and rendered. Lower numeric values are higher priority than
higher numeric values, where '1' is the highest priority.
|
![]() |
ReferenceCount |
Get quantity of instance references.
(Inherited from
XlsObject
.)
|
![]() |
RightBorderColor |
Color of the right line.
|
![]() |
RightBorderColorObject |
Conditional format right border color. Read-only.
|
![]() |
RightBorderKnownColor |
Color of the right line.
|
![]() |
RightBorderStyle |
Right border line style.
|
![]() |
SecondFormula |
Second formula.
|
![]() |
SecondFormulaR1C1 |
Obsolete.
Second formula in R1C1 notation. Read only.
|
![]() |
StopIfTrue |
True, no rules with lower priority may be applied over this rule, when this rule evaluates to true.
Only applies for Excel 2007;
|
![]() |
TopBorderColor |
Color of the top line.
|
![]() |
TopBorderColorObject |
Conditional format top border color. Read-only.
|
![]() |
TopBorderKnownColor |
Excel color of the top line.
|
![]() |
TopBorderStyle |
Top border line style.
|
![]() |
TopBottom |
Get the conditional formatting's "TopBottom" instance.
The default instance's rule highlights cells whose
values fall in the top 10 bracket.
Valid only for type = TopBottom.
|
![]() |
Underline |
Underline type.
|
Name | Description | |
---|---|---|
![]() |
AddReference |
Increase the quantity of reference. User must use this method when
new wrapper on object is created or reference on object stored.
(Inherited from
XlsObject
.)
|
![]() |
CheckDisposed |
Checks whether object was disposed and throws exception if it was.
(Inherited from
XlsObject
.)
|
![]() |
Clone |
Creates a new object that is a copy of the current instance.
|
![]() |
Dispose |
Dispose object and free resources.
(Inherited from
XlsObject
.)
|
![]() |
Equals |
A hash code for the current Object without taking cell list into account.
(Overrides
Object
Equals(Object)
.)
|
![]() |
Finalize |
Destructor. Call dispose method of current object.
(Inherited from
XlsObject
.)
|
![]() |
FindParent(Type) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
![]() |
FindParent( Type ) |
Find parent of object.
(Inherited from
XlsObject
.)
|
![]() |
FindParent(Type, Boolean) |
This method is used to find parent with specific type.
(Inherited from
XlsObject
.)
|
![]() |
FindParents |
Finds parent objects.
(Inherited from
XlsObject
.)
|
![]() |
GetHashCode |
Serves as a hash function for a particular type, suitable for use in
hashing algorithms and data structures like a hash table.
(Overrides
Object
GetHashCode
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MakeFormula |
Obsolete.
Not implemented
|
![]() |
MakeFormula(Double) |
Generates a formula based on the conditional format type and a given parameter.
|
![]() |
MakeFormula(String) |
Obsolete.
Not implemented
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
OnDispose |
Method which can be overriden by users to take any specific actions when
object is disposed.
(Inherited from
XlsObject
.)
|
![]() |
ReleaseReference |
Decrease quantity of Reference. User must call this method
when freeing resources.
(Inherited from
XlsObject
.)
|
![]() |
SetParent |
Sets parent of the object.
(Inherited from
XlsObject
.)
|
![]() |
SetTimePeriod |
Sets the time period for the specified type.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
![]() |
UpdateFormula |
Obsolete.
Updates conditional format formulas.
|
Name | Description | |
---|---|---|
![]() |
m_bIsDisposed |
Flag which indicates if the object was disposed or not.
(Inherited from
XlsObject
.)
|