PivotTableCalculateOption
Inheritance: java.lang.Object
public class PivotTableCalculateOption
Rerepsents the options of calcuating the pivot table.
Constructors
Constructor | Description |
---|---|
PivotTableCalculateOption() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getRefreshCharts() | Indicates whether refreshing charts are based on this pivot table. |
getRefreshData() | Indicates whether refreshing data source of the pivottable. |
getReserveMissingPivotItemType() | Represents how to reserve missing pivot items. |
hashCode() | |
notify() | |
notifyAll() | |
setRefreshCharts(boolean value) | Indicates whether refreshing charts are based on this pivot table. |
setRefreshData(boolean value) | Indicates whether refreshing data source of the pivottable. |
setReserveMissingPivotItemType(int value) | Represents how to reserve missing pivot items. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
PivotTableCalculateOption()
public PivotTableCalculateOption()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getRefreshCharts()
public boolean getRefreshCharts()
Indicates whether refreshing charts are based on this pivot table.
Returns: boolean
getRefreshData()
public boolean getRefreshData()
Indicates whether refreshing data source of the pivottable.
Returns: boolean
getReserveMissingPivotItemType()
public int getReserveMissingPivotItemType()
Represents how to reserve missing pivot items.
See ReserveMissingPivotItemType.
Remarks
Only works when getRefreshData() is true.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setRefreshCharts(boolean value)
public void setRefreshCharts(boolean value)
Indicates whether refreshing charts are based on this pivot table.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRefreshData(boolean value)
public void setRefreshData(boolean value)
Indicates whether refreshing data source of the pivottable.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setReserveMissingPivotItemType(int value)
public void setReserveMissingPivotItemType(int value)
Represents how to reserve missing pivot items.
See ReserveMissingPivotItemType.
Remarks
Only works when getRefreshData() is true.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |