Click or drag to resize

PivotDataField Class

Represents a data field in a pivot table, which is used to perform aggregate calculations such as sum, average, count, etc.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet.PivotTables PivotDataField

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class PivotDataField : IPivotDataField, 
	ICloneParent

The PivotDataField type exposes the following members.

Properties
Name Description
Public property BaseField
Gets or sets the base field.
Public property BaseItem
Gets or sets the base item.
Public property CustomName
Gets/sets pivot field custom name.
Public property Name
Gets / sets name of the data field.
Public property ShowDataAs
Gets or sets the show data as.
Public property Subtotal
Gets/ sets subtotal function used for data field.
Top
Methods
Name Description
Public method Clone
Creates and returns a copy of the specified object.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also