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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2