C1.Olap Namespace : Subtotal Enumeration |
'Declaration
Public Enum Subtotal Inherits System.Enum
'Usage
Dim instance As Subtotal
public enum Subtotal : System.Enum
public enum Subtotal = class(System.Enum)
public enum Subtotal extends System.Enum
__value public enum Subtotal : public System.Enum
public enum class Subtotal : public System.Enum
Member | Description |
---|---|
Average | Gets the average of a group. |
Count | Gets the number of values in a group. |
First | Gets the first value in a group. |
Last | Gets the last value in a group. |
Max | Gets the maximum value in a group. |
Min | Gets the minimum value in a group. |
Std | Gets the sample standard deviation of a group. |
StdP | Gets the population standard deviation of a group. |
Sum | Gets the sum of a group. |
Var | Gets the sample variance of a group. |
VarP | Gets the population variance of a group. |
System.Object
System.ValueType
System.Enum
C1.Olap.Subtotal
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2