The FieldItem type exposes the following members.

Constructors

  NameDescription
FieldItemOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSheetCount
Returns the number of "sheet" items for the given item.
GetTreeDepth
Returns the depth of a tree which root is the given item.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ChildItems
Gets FieldItemCollection containing child items.
Collapsed
Gets or sets the value indicating whether child items will be displayed.
DisplayValue
Gets a value for displaying a field item.
Index
Gets or sets an index of a pivot table row or column.
IsTotal
Gets the value indicating whether this item is the group total.
Parent
Gets a parent item for the given field item.
Value
Gets a field item value.

See Also