PjSummaryCalc 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 class PjSummaryCalc
[System.Runtime.InteropServices.Guid("2D69D27E-0A57-11D3-8C21-00C04F72F323")]
public enum PjSummaryCalc
type PjSummaryCalc =
Public Enum PjSummaryCalc
- Inheritance
-
PjSummaryCalc
- Attributes
Fields
Name | Value | Description |
---|---|---|
pjCalcRollupMax | 0 | |
pjCalcRollupOr | 0 | |
pjCalcRollupAnd | 1 | |
pjCalcRollupMin | 1 | |
pjCalcRollupCountAll | 2 | |
pjCalcRollupSum | 3 | |
pjCalcRollupAverage | 4 | |
pjCalcRollupAverageFirstSublevel | 5 | |
pjCalcRollupCountFirstSublevel | 6 | |
pjCalcRollupCountNonsummaries | 7 | |
pjCalcNone | 10 | |
pjCalcFormula | 11 |