CustomFieldRollupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum CustomFieldRollupType
type CustomFieldRollupType =
Public Enum CustomFieldRollupType
- Inheritance
-
CustomFieldRollupType
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
Max | 1 | |
Min | 2 | |
Count | 3 | |
Sum | 4 | |
Average | 5 | |
AverageSublevel | 6 | |
CountSublevel | 7 | |
CountNonSummary | 8 | |
StdDev | 9 | |
Formula | 10 | |
None | 11 |