Spread.Sheets Documentation
SlicerAggregateType Enumeration
Represents the aggregate type.
Members
MemberDescription
averageCalculates the average of the specified numeric values.
countCalculates the number of data that contain numbers.
countaCalculates the number of data that contain non-null values.
maxCalculates the maximum value, the greatest value, of all the values.
minCalculates the minimum value, the least value, of all the values.
productMultiplies all the arguments and returns the product.
stdevCalculates the standard deviation based on a sample.
stdevpCalculates the standard deviation of a population based on the entire population using the numbers in a column of a list or database that match the specified conditions.
sumCalculates the sum of the specified numeric values.
varpCalculates the variance based on a sample of a population, which includes numeric, logical, or text values.
varsCalculates the variance based on a sample of a population, which uses only numeric values.
Inheritance Hierarchy

Object
   GC.Spread.Slicers.SlicerAggregateType

See Also

Reference

GC.Spread.Slicers Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.