[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultGroupFooterCollection

DefaultGroupFooterCollection Class

Contains default group footers for grouping

Inheritance
DefaultGroupFooterCollection
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class DefaultGroupFooterCollection : ISerializable, ICanSerializeXml, ISerializeSupport
Public Class DefaultGroupFooterCollection
    Implements ISerializable, ICanSerializeXml, ISerializeSupport

Constructors

Name Description
DefaultGroupFooterCollection(int, int)

Constructor of DefaultGroupFooterCollection class.

DefaultGroupFooterCollection(SerializationInfo, StreamingContext)

Creates a DefaultGroupFooterCollection object from serialization.

Properties

Name Description
CanSerializeXml

Gets whether the entire object can be saved to XML and successfully loaded again.

Count

Gets the number of items.

this[int]

Gets the default group footer based on the index.

Methods

Name Description
Add(int)

Creates a new default group footer item in the list using the column index.

Clear()

Clears list of default group footers.

Contains(int)

Returns whether the item specified by column index is already in the list.

Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Serializes the DefaultGroupFooterCollection to the SerializationInfo object.

Remove(int)

Removes the item specified by the column index.

Serialize(XmlTextWriter)

Saves the object to XML.