Enum SummaryRowsCalculationType
Enum SummaryRowsCalculationType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the type of a calculation of the custom attribute’s value for summary rows.
public enum SummaryRowsCalculationType
Fields
None = 0
Means the custom attribute’s value for summary rows is not calculated.
Rollup = 1
Means the custom attribute’s value for summary rows is calculated using rollup function defined in Aspose.Tasks.ExtendedAttributeDefinition.RollupType.
UseFormula = 2
Means the custom attribute’s value for summary rows is calculated using formula defined in Aspose.Tasks.ExtendedAttributeDefinition.Formula.
For this setting to work, Aspose.Tasks.ExtendedAttributeDefinition.CalculationType should be set to ‘Formula’.