ComponentOne FlexGrid for UWP
IncludeInAggregate Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : IncludeInAggregate Method
Row that contains the cell to be included in the aggregate.
Column that contains the cell to be included in the aggregate.
Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate method.
Syntax
'Declaration
 
Public Overridable Function IncludeInAggregate( _
   ByVal row As Row, _
   ByVal col As Column _
) As System.Boolean
public virtual System.bool IncludeInAggregate( 
   Row row,
   Column col
)

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.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members