[]
Constructor of DefaultGroupFooterCollection class.
public DefaultGroupFooterCollection(int rowCount, int columnCount)
Public Sub New(rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | rowCount | Number of rows of the data model that the DefaultGroupFooterCollection refers to |
int | columnCount | Number of columns of the data model that the DefaultGroupFooterCollection refers to |
Creates a DefaultGroupFooterCollection object from serialization.
protected DefaultGroupFooterCollection(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | SerializationInfo |
StreamingContext | context | StreamingContext |