Spread for ASP.NET 7.0 Product Documentation
AggregationType Enumeration
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : AggregationType Enumeration


Glossary Item Box

Specifies the type of aggregation on ranges of cells.

Syntax

Visual Basic (Declaration) 
Public Enum AggregationType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As AggregationType
C# 
public enum AggregationType : System.Enum 

Members

MemberDescription
AvgReturns the average of cells in a range.
CountCounts the number of cells in a range that contain numbers.
CountACounts the number of cells in a range that are not empty.
CustomSpecifies custom aggregation.
MaxReturns the maximum value of cells in a range.
MinIndicates the row count of the cells in the specified range of cells.
NoneIndicates that aggregation for the sheet is not supported.
ProductMultiplies all the cells in a range and returns the product.
StDevReturns the standard deviation for a set of cells in a range.
StDevPCalculates standard deviation based on the entire population given as cells in a range.
SumSums values of cells in a range.
VarCalculates variance based on a sample of a population.
VarPCalculates variance based on the entire population.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.Model.AggregationType

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.