PivotTableCalculateOption

Inheritance: java.lang.Object

public class PivotTableCalculateOption

Rerepsents the options of calcuating the pivot table.

Constructors

ConstructorDescription
PivotTableCalculateOption()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setRefreshData(boolean value)

public void setRefreshData(boolean value)

Indicates whether refreshing data source of the pivottable.

Parameters:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int