Version

ICustomSummaryCalculator Interface Members

The following tables list the members exposed by ICustomSummaryCalculator.

Public Methods
 NameDescription
 MethodAggregateCustomSummaryImplementing code processes the value of the cell associated with passed in row and the SourceColumn of the passed in SummarySettings parameter.  
 MethodBeginCustomSummaryBegins a custom summary for the SummarySettings object passed in. Implementation of this method would clear up and reset any state variables used for calculating the summary.  
 MethodEndCustomSummaryEnds previously begun summary and returns the calculated summary value. This is called after AggregateCustomSummary is called for all the rows to be summarized in a summary.  
See Also