Visual Basic (Declaration) | |
---|---|
Public Enum AggregationType Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AggregationType |
C# | |
---|---|
public enum AggregationType : System.Enum |
Member | Description |
---|---|
Avg | Returns the average of cells in a range. |
Count | Counts the number of cells in a range that contain numbers. |
CountA | Counts the number of cells in a range that are not empty. |
Custom | Custom aggregation. |
Max | Returns the maximum value of cells in a range. |
Min | Indicates that rowCount of the cells in the specified range of cells. |
None | Indicates that does't support aggregation for the sheet. |
Product | Multiplies all the cells in a range and returns the product. |
StDev | Returns the standard deviation for a set of cells in a range. |
StDevP | Calculates standard deviation based on the entire population given as cells in a range. |
Sum | Sums values of cells in a range. |
Var | Calculates variance based on a sample of a population. |
VarP | Calculates variance based on the entire population. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.Model.AggregationType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family