Interface IGroupBySummaryProvider<T>
- All Known Implementing Classes:
SummationGroupBySummaryProvider
public interface IGroupBySummaryProvider<T>
-
Field Summary
-
Method Summary
-
Field Details
-
DEFAULT_SUMMARY_VALUE
-
-
Method Details
-
summarize
- Parameters:
columnIndex
- The column index of the column for which the summary should be calculated.children
- The child objects to operate on.- Returns:
- The calculated summary value for the column.
-