IPivotDataFields Interface
|
Represents pivot cache data field collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IPivotDataFields
Public Interface IPivotDataFields
public interface class IPivotDataFields
type IPivotDataFields =interface end
The
IPivotDataFields
type exposes the following members.
Properties
|
Name
|
Description
|
|
Count
|
Gets the number of fields in the collection.
|
|
Item
Int32
|
Gets single entry from the collection.
|
|
Item
String
|
Returns single entry from the collection.
|
Top
Methods
|
Name
|
Description
|
|
Add
|
Adds new data field to the collection.
|
Top
See Also