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

objectPivotTableCalculateOption

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

bool

RefreshData

Indicates whether refreshing data source of the pivottable.

public bool RefreshData { get; set; }

Property Value

bool

ReserveMissingPivotItemType

Represents how to reserve missing pivot items.

public ReserveMissingPivotItemType ReserveMissingPivotItemType { get; set; }

Property Value

ReserveMissingPivotItemType

Remarks

Only works when Aspose.Cells.Pivot.PivotTableCalculateOption.RefreshData is true.