XlsConditionalFormats Class |
Namespace: Spire.Xls.Core.Spreadsheet.Collections
The XlsConditionalFormats type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Address |
Represents address of cf ranges.
|
![]() |
AddressR1C1 |
Represents address of cf ranges in R1C1 notation.
|
![]() |
Capacity |
Gets or sets the total number of elements the internal data structure can hold without resizing.
|
![]() |
CellRectangles |
Gets list of rectangles describing cells with conditional formatting.
|
![]() |
Count |
Gets the count of items in the collection.
|
![]() |
InnerList |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
IsEmpty |
Indicates whether collection is empty. Read-only.
|
![]() |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from
CollectionBase
T
.)
|
![]() |
Item |
Gets the IConditionalFormat for the specified field index.
|
![]() |
List |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
Parent |
Read-oonly. The parent object for the specified object.
(Inherited from
CollectionExtended
T
.)
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from
CollectionBase
T
.)
|
![]() |
AddAverageCondition |
Add new above or below the average condition to the collection.
|
![]() |
AddBeginsWithCondition |
Add new begin with condition to the collection.
|
![]() |
AddCells(IList) |
Adds cells from the collection.
|
![]() |
AddCells(XlsConditionalFormats) |
Adds cells from the collection.
|
![]() |
AddCellValueCondition(ComparisonOperatorType, Double, Double) |
Add new cell value condition to the collection.
|
![]() |
AddCellValueCondition(ComparisonOperatorType, String, String) |
Add new cell value condition to the collection.
|
![]() |
AddCondition |
Adds new condition to the collection.
|
![]() |
AddContainsBlanksCondition |
Add new contain blanks condition to the collection.
|
![]() |
AddContainsErrorsCondition |
Add new contain errors condition to the collection.
|
![]() |
AddContainsTextCondition |
Add new contain condition to the collection.
|
![]() |
AddDuplicateValuesCondition |
Add new duplicate values condition to the collection.
|
![]() |
AddEndsWithCondition |
Add new end with condition to the collection.
|
![]() |
AddNotContainsBlanksCondition |
Add new not contain blanks condition to the collection.
|
![]() |
AddNotContainsErrorsCondition |
Add new not contain errors condition to the collection.
|
![]() |
AddNotContainsTextCondition |
Add new not contain condition to the collection.
|
![]() |
AddRange |
Adds range to the collection.
|
![]() |
AddTimePeriodCondition |
Add new time period condition to the collection.
|
![]() |
AddTopBottomCondition |
Add new TopN or BottomN condition to the collection.
|
![]() |
AddUniqueValuesCondition |
Add new unique values condition to the collection.
|
![]() |
BeginUpdate |
Obsolete.
This method should be called before several updates to the object will take place.
|
![]() |
Clear |
Clears the contents of the collection.
|
![]() |
ClearCells |
Removes all cells from the collection.
|
![]() |
Clone |
Creates a new object that is a copy of the current instance.
(Overrides
CollectionExtended
T
Clone(Object)
.)
|
![]() |
CompareFormats |
Obsolete.
Compares two ConditionalFormats.
|
![]() |
CompareTo |
Compares this collection to another.
|
![]() |
Contains(T) |
Determines whether the collection contains a specific item.
(Inherited from
CollectionBase
T
.)
|
![]() |
Contains( Rectangle ) |
Indicates whether collection contains all specified ranges.
|
![]() |
ContainsCount |
Returns contains count for specified range.
|
![]() |
CopyTo |
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from
CollectionBase
T
.)
|
![]() |
EndUpdate |
Obsolete.
This method should be called after several updates to the object took place.
|
![]() |
EnsureCapacity |
Enlarges internal storage if necessary.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Equals |
A hash code for the current Object without taking cell list into account.
(Overrides
Object
Equals(Object)
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
FindParent(Type) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
![]() |
FindParent(Type, Boolean) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
![]() |
GetByIndex |
Returns a single Filter object from a collection.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
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
.)
|
![]() |
IndexOf |
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from
CollectionBase
T
.)
|
![]() |
Insert |
Inserts an element into the list at the specified index.
(Inherited from
CollectionBase
T
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
OnClear |
OnClear is invoked before Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnClearComplete |
OnClear is invoked after Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnInsert |
Performs additional processes before inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnInsertComplete |
Performs additional processes after inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnRemove |
Performs additional processes before removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnRemoveComplete |
Performs additional processes after removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnSet |
Performs additional processes before setting
a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnSetComplete |
Performs additional processes after setting a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Remove(T) |
Removes the first occurrence of a specific object from the collection.
(Inherited from
CollectionBase
T
.)
|
![]() |
Remove( Rectangle ) |
Removes range from the collection of conditional formats.
|
![]() |
Remove(Int32, Int32, Int32, Int32) |
Removes the Condtional Format at the specified range
|
![]() |
RemoveAt |
Removes the Condtional Format at the Specified Index
|
![]() |
SetParent |
Sets parent object for class.
(Inherited from
CollectionExtended
T
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() |
Changed |
Change in the collection.
(Inherited from
CollectionExtended
T
.)
|
Name | Description | |
---|---|---|
![]() ![]() |
MAXIMUM_CF_NUMBER |
Maximum number of conditional formats in the collection.
|