The following tables list the members exposed by ConditionalFormattingModel.
Name | Description | |
---|---|---|
![]() | ConditionalFormattingModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection. |
![]() | IsReadOnly | Gets a value that indicates whether the ICollection is read-only. |
![]() | Item | Gets the ConditionalFormatting at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollection. |
![]() | AddColumns | Adds columns of cells after the specified column. |
![]() | AddRows | Adds rows of cells after the specified row. |
![]() | AdjustSplittingConditionalFormattings | Adjusts the ConditionalFormatting model when there are some ConditionalFormattings objects that need to be split. |
![]() | Clear | Overloaded. Removes all of the contents from the cells in the specified range of cells. |
![]() | Contains | Determines whether the ICollection contains a specific value. |
![]() | Copy | Copies a range of cells and pastes it into a range of cells at the specified location. |
![]() | CopyTo | Copies to an array. |
![]() | 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. |
![]() | Move | Moves a range of cells and pastes it into a range of cells at the specified location. |
![]() | Remove | Removes the first occurrence of a specific object from the ICollection. |
![]() | RemoveColumns | Removes columns from the specified starting position. |
![]() | RemoveRows | Removes rows from the specified starting position. |
![]() | Swap | Swaps a range of cells from one specified location to another. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when the user makes a change to the model that affects the conditional formatting of cells of the sheet. |