FlexGrid for WinRT
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.
Requirements

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

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback