Spread for ASP.NET 8.0 Product Documentation
AggregationType Enumeration


Specifies the type of aggregation on ranges of cells.
Syntax
'Declaration
 
Public Enum AggregationType 
   Inherits System.Enum
'Usage
 
Dim instance As AggregationType
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

Reference

FarPoint.Web.Spread.Model Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.