[]
Contains the default setting for the group footer.
public class DefaultGroupFooter : ISerializable, ICanSerializeXml, ISerializeSupport
Public Class DefaultGroupFooter
Implements ISerializable, ICanSerializeXml, ISerializeSupport
| Name | Description |
|---|---|
| DefaultGroupFooter(ISheetDataModel) | Constructor for the DefaultGroupFooter object. |
| DefaultGroupFooter(SerializationInfo, StreamingContext) | Creates a DefaultGroupFooter object from serialization. |
| Name | Description |
|---|---|
| CanSerializeXml | Gets whether the entire object can be saved to XML and successfully loaded again. |
| DataModel | Gets the data model of the default group footer. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Serializes the DefaultGroupFooter to the SerializationInfo. |
| Serialize(XmlTextWriter) | Saves the object to XML. |