[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormatCollection

ConditionalFormatCollection Class

Internal use only.

Inheritance
ConditionalFormatCollection
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class ConditionalFormatCollection : CollectionBase, IList, ICollection, IEnumerable, ISerializeSupport
Public Class ConditionalFormatCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, ISerializeSupport

Constructors

Name Description
ConditionalFormatCollection()

Default Constructor.

ConditionalFormatCollection(ConditionalFormatCollection)

Clone Constructor.

Properties

Name Description
this[int]

Gets the conditional formats (Indexer property to retrieve custom format items from the collection).

Methods

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.