FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : IConditionalFormattingModel Interface |
The following tables list the members exposed by IConditionalFormattingModel.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>) | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>) | |
Item | Gets or sets the ConditionalFormatting at the specified index. | |
SheetView | Gets or sets the sheet view. |
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>) | |
AdjustSplittingConditionalFormattings | Adjusts the ConditionalFormatting model when there are some ConditionalFormattings objects that need to be split. | |
Clear | Removes all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>) | |
Contains | Determines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>) | |
CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>) | |
Find | Finds all conditional formatting that takes effect in the specified cell range. | |
FindRules | Finds all rules which take effect in the specified cell. | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<ConditionalFormatting>) | |
Remove | Removes the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>) | |
Resume | Resumes this instance. | |
Suspend | Suspends this instance. |
Name | Description | |
---|---|---|
Changed | Occurs when the user makes a change to the model that affects the conditional formatting of cells in the sheet. |