CalculationType 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.
Describes the type of calculation defined in the associated CalculationProperty.
public enum CalculationType
type CalculationType =
Public Enum CalculationType
- Inheritance
-
CalculationType
Fields
Name | Value | Description |
---|---|---|
Member | 0 | The CalculationProperty applies to a calculated member definition. |
Set | 1 | The CalculationProperty applies to a named set definition. |
Cells | 2 | The CalculationProperty applies to a named cells definition. |