FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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.

In This Topic
    IncludeInAggregate Method
    In This Topic
    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 Boolean
    public virtual 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