PivotField Methods |
The PivotField type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddItemOption |
Represents the index of item and itemoptions key pairs
(Inherited from
XlsPivotField
.)
|
![]() |
AddLabelFilter |
Add label filter for pivot field, only for row and column field.
(Inherited from
XlsPivotField
.)
|
![]() |
AddValueFilter |
Add value filter for pivot field, only for row and column field.
(Inherited from
XlsPivotField
.)
|
![]() |
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from
XlsPivotField
.)
|
![]() |
CreateGroup(DateTime, DateTime, PivotGroupByTypes ) |
Create group for current field.
(Inherited from
XlsPivotField
.)
|
![]() |
CreateGroup(Double, Double, Double) |
Create group for current field.
(Inherited from
XlsPivotField
.)
|
![]() |
CreateGroup(DateTime, DateTime, PivotGroupByTypes , Int32) |
Create group for current field.
(Inherited from
XlsPivotField
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
HideAllItem |
Sets whether the all PivotItem in a data field is hidden.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
HideDetail |
Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
HideItem(Int32, Boolean) |
Sets whether the specific PivotItem in a data field is hidden.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
HideItem(String, Boolean) |
Sets whether the specific PivotItem in a data field is hidden.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
HideItemDetail(Int32, Boolean) |
Sets whether the specific PivotItem in a pivot field is hidden detail.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
HideItemDetail(String, Boolean) |
Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
IsHiddenItem |
Indicates whether the specific PivotItem is hidden.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
IsHiddenItemDetail |
Indicates whether the specific PivotItem is hidden detail.
Must call after pivottable CalculateData function.
(Inherited from
XlsPivotField
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Sort |
Sort row fildes or col fields by data field.
(Inherited from
XlsPivotField
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|