Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate(Aggregate, CellRange) method.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public virtual bool IncludeInAggregate(
	Row row,
	Column col
)
Visual Basic
Public Overridable Function IncludeInAggregate ( _
	row As Row, _
	col As Column _
) As Boolean

Parameters

row
Type: C1.Silverlight.FlexGrid..::..Row
Row that contains the cell to be included in the aggregate.
col
Type: C1.Silverlight.FlexGrid..::..Column
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.

See Also