XlsPivotField Methods |
The XlsPivotField type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddItemOption |
Represents the index of item and itemoptions key pairs
|
|
|
AddLabelFilter |
Add label filter for pivot field, only for row and column field.
|
|
|
AddValueFilter |
Add value filter for pivot field, only for row and column field.
|
|
|
Clone |
Creates a new object that is a copy of the current instance.
|
|
|
CreateGroup(DateTime, DateTime, PivotGroupByTypes ) |
Create group for current field.
|
|
|
CreateGroup(Double, Double, Double) |
Create group for current field.
|
|
|
CreateGroup(DateTime, DateTime, PivotGroupByTypes , Int32) |
Create group for current field.
|
|
|
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.
|
|
|
HideDetail |
Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field.
Must call after pivottable CalculateData function.
|
|
|
HideItem(Int32, Boolean) |
Sets whether the specific PivotItem in a data field is hidden.
Must call after pivottable CalculateData function.
|
|
|
HideItem(String, Boolean) |
Sets whether the specific PivotItem in a data field is hidden.
Must call after pivottable CalculateData function.
|
|
|
HideItemDetail(Int32, Boolean) |
Sets whether the specific PivotItem in a pivot field is hidden detail.
Must call after pivottable CalculateData function.
|
|
|
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.
|
|
|
IsHiddenItem |
Indicates whether the specific PivotItem is hidden.
Must call after pivottable CalculateData function.
|
|
|
IsHiddenItemDetail |
Indicates whether the specific PivotItem is hidden detail.
Must call after pivottable CalculateData function.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Sort |
Sort row fildes or col fields by data field.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|