[]
Represents the group footer of rows in the grouping display (also called Outlook-style grouping).
public class GroupFooter : ICanSerializeXml, ISerializeSupport
Public Class GroupFooter
Implements ICanSerializeXml, ISerializeSupport
| Name | Description |
|---|---|
| GroupFooter() | Constructor of the GroupFooter object. |
| GroupFooter(Group) | Constructor of the GroupFooter object. |
| Name | Description |
|---|---|
| CanSerializeXml | Gets whether the object in its entirety can be rendered with XML without losing any information. |
| DataModel | Gets or sets the data model for the group footer. |
| Group | Gets and sets the group that corresponds with this group footer. |
| StyleManager | Gets footer style manager |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| Name | Description |
|---|---|
| changed | Occurs when the user makes a change to the group footer that affects the data of the sheet. |