Class PivotTableCalculateOption
Class PivotTableCalculateOption
Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)
Rerepsents the options of calcuating the pivot table.
public class PivotTableCalculateOption
Inheritance
object ← PivotTableCalculateOption
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PivotTableCalculateOption()
public PivotTableCalculateOption()
Properties
RefreshCharts
Indicates whether refreshing charts are based on this pivot table.
public bool RefreshCharts { get; set; }
Property Value
RefreshData
Indicates whether refreshing data source of the pivottable.
public bool RefreshData { get; set; }
Property Value
ReserveMissingPivotItemType
Represents how to reserve missing pivot items.
public ReserveMissingPivotItemType ReserveMissingPivotItemType { get; set; }
Property Value
Remarks
Only works when Aspose.Cells.Pivot.PivotTableCalculateOption.RefreshData is true.