[]
Internal use only.
public class ConditionalFormatCollection : CollectionBase, IList, ICollection, IEnumerable, ISerializeSupport
Public Class ConditionalFormatCollection
Inherits CollectionBase
Implements IList, ICollection, IEnumerable, ISerializeSupport
Name | Description |
---|---|
ConditionalFormatCollection() | Default Constructor. |
ConditionalFormatCollection(ConditionalFormatCollection) | Clone Constructor. |
Name | Description |
---|---|
this[int] | Gets the conditional formats (Indexer property to retrieve custom format items from the collection). |
Name | Description |
---|---|
Add(ConditionalFormat) | Adds a conditional format to the collection. |
Add(ConditionalFormatCollection) | Appends a collection of conditional formats to the collection. |
Contains(object) | Checks whether the object is in the collection. |
Deserialize(XmlNodeReader) | Loads the object from XmlNodeReader. |
Deserialize(XmlNodeReader, int, int) | Loads the object from XmlNodeReader. |
Serialize(XmlTextWriter) | Saves the object to XML. |
Serialize(XmlTextWriter, int, int) | Saves the object to XML. |
ToArray() | Creates an array for counting through the collection. |