FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunction Class / Sum Property

In This Topic
    Sum Property
    In This Topic
    Returns the sum of all values in the group.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Sum As GridAggregateFunction
    public static GridAggregateFunction Sum {get;}
    See Also