IPivotCalculatedFields Interface
|
Defines a contract for pivot calculated fields, which are used to perform calculations on pivot table data.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IPivotCalculatedFields
Public Interface IPivotCalculatedFields
public interface class IPivotCalculatedFields
type IPivotCalculatedFields =interface end
The
IPivotCalculatedFields
type exposes the following members.
Properties
|
Name
|
Description
|
|
Count
|
Returns the number of items in the collection
|
|
Item
Int32
|
Gets single entry from the collection.
|
|
Item
String
|
Gets single entry from the collection.
|
Top
Methods
|
Name
|
Description
|
|
Add
|
Adds the calculated field to the specified pivot table.
|
Top
See Also