Overload | Description |
---|---|
SummaryCell Constructor() | This constructor is reserved for internal use and is not intended to be used directly from your code. |
SummaryCell Constructor(String) | Initializes a new instance of the SummaryCell class specifying its field name. |
SummaryCell Constructor(SummaryCell) | Initializes a new instance of the SummaryCell class specifying the template that will be used to create other SummaryCells. |
SummaryCell Constructor(Column) | Initializes a new instance of the SummaryCell class specifying its parent column. |