Click or drag to resize

XlsPivotCacheField Class

Represents a field in a pivot cache, which is used in Excel to store and organize data for pivot tables.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet.PivotTables XlsPivotCacheField

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 XlsPivotCacheField

The XlsPivotCacheField type exposes the following members.

Properties
Name Description
Public property Caption
Specifies the caption of the cache field
Public property DataType
Gets type of the data.
Public property Formula
Specifies the formula for the calculated field
Public property Index
Gets/sets item's index in the parent collection.
Public property IsDataBaseField
Specifies a boolean value that indicates whether this field came from the source database
Public property IsDate
Gets a value indicating whether the cache field is set to handle only dates.
Public property IsDouble
Gets or sets a value indicating whether the cache field contains a double.
Public property IsDoubleInt
Gets or sets a value indicating whether the cache field contains an integer.
Public property isfieldgroup
Represents the cache field is Field group
Public property IsFormulaField
Indicates the field is formula field
Public property IsString
Gets or sets a value indicating whether the cache field contains an string.
Public property ItemCount
Gets the count of items in the data collection.
Public property Name
Gets or sets the name of the field.
Top
Methods
Name Description
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 .)
Public method GetValue
Returns value at index.
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