Gets a value that determines whether a cell should be included in the aggregates calculated with the
GetAggregate method.
'Declaration
Public Overridable Function IncludeInAggregate( _
ByVal As Row, _
ByVal As Column _
) As System.Boolean
public virtual System.bool IncludeInAggregate(
Row ,
Column
)
Parameters
- row
- Row that contains the cell to be included in the aggregate.
- col
- Column that contains the cell to be included in the aggregate.
Return Value
True if the cell should be included in the aggregate calculation, false otherwise.