Class PivotTableFormat
Class PivotTableFormat
Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)
Represents the format defined in the PivotTable.
public class PivotTableFormat
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
PivotArea
Gets the pivot area.
public PivotArea PivotArea { get; }
Property Value
Methods
GetStyle()
Gets the formatted style.
public Style GetStyle()
Returns
SetStyle(Style)
Sets the style of the pivot area.
public void SetStyle(Style style)
Parameters
style
Style