[]
Represents the conditional formatting model for a sheet.
public class ConditionalFormattingModel : IConditionalFormattingModel, ICollection<ConditionalFormatting>, IEnumerable<ConditionalFormatting>, IEnumerable, IRangeSupport, ISerializeSupport, ISerializable, IOptimizedFilterConditionalFormattingModel1, IOptimizedFilterConditionalFormattingModel
Public Class ConditionalFormattingModel
Implements IConditionalFormattingModel, ICollection(Of ConditionalFormatting), IEnumerable(Of ConditionalFormatting), IEnumerable, IRangeSupport, ISerializeSupport, ISerializable, IOptimizedFilterConditionalFormattingModel1, IOptimizedFilterConditionalFormattingModel
Name | Description |
---|---|
ConditionalFormattingModel() | Initializes a new instance of the ConditionalFormattingModel class. |
ConditionalFormattingModel(SheetView) | Initializes a new instance of the ConditionalFormattingModel class. |
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection<T> object. |
IsReadOnly | Gets a value that indicates whether the ICollection<T> object is read-only. |
this[int] | Gets the ConditionalFormatting object at the specified index. |
Name | Description |
---|---|
Add(ConditionalFormatting) | Adds an item to the ICollection<T> object. |
Contains(ConditionalFormatting) | Determines whether ICollection<T> contains a specific value. |
CopyTo(ConditionalFormatting[], int) | Copies to an array. |
Find(int, int, int, int) | Finds all conditional formatting that takes effect in the specified cell range. |
FindRules(int, int) | Finds all rules which take effect in the specified cell. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
OnChanged(ConditionalFormattingModelEventArgs) | Returns information about the event that was raised. |
Remove(ConditionalFormatting) | Removes the first occurrence of a specific object from the ICollection<T> object. |