public class GridPivotItem
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getDateTimeValue()
Gets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue
|
double |
getDoubleValue()
Gets the double value of the pivot item
If the value is null or not number ,it will return 0
|
int |
getIndex()
Gets the index of the pivot item in the pivot field
|
java.lang.String |
getName()
Gets the name of the pivot item.
|
java.lang.String |
getStringValue()
Gets the string value of the pivot item
If the value is null, it will return ""
|
java.lang.Object |
getValue()
Gets the value of the pivot item
|
boolean |
isHidden()
Gets whether the pivot item is hidden.
|
void |
move(int count)
Moves the item up or down.
|
void |
setHidden(boolean value)
Sets whether the pivot item is hidden.
|
void |
setIndex(int value)
Gets the index of the pivot item in the pivot field
|
public boolean isHidden()
public void setHidden(boolean value)
public void move(int count)
count - The number of moving up or down.
Move the item up if this is less than zero;
Move the item down if this is greater than zero.public java.lang.String getStringValue()
public double getDoubleValue()
public DateTime getDateTimeValue()
public java.lang.Object getValue()
public java.lang.String getName()
public int getIndex()
public void setIndex(int value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.