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

In This Topic
    GetAggregate Method (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetAggregate( _
       ByVal aggregate As Aggregate, _
       ByVal rng As CellRange _
    ) As Decimal
    public virtual decimal GetAggregate( 
       Aggregate aggregate,
       CellRange rng
    )

    Parameters

    aggregate
    rng
    See Also