<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / IncludeInAggregate Method

In This Topic
    IncludeInAggregate Method (C1OlapGrid)
    In This Topic
    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
    col
    See Also