SxRng

Inheritance: java.lang.Object

public class SxRng

Represents Group Range in a PivotField.

Remarks

NOTE: This class is now obsolete. Instead, please use PivotFieldGroupSettings class. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.

Methods

MethodDescription
equals(Object arg0)
getBy()Represents the interval object for the group range.
getClass()
getEnd()Represents the end object for the group range.
getGroupByTypes()Represents the group type for the group range.
getStart()Represents the start object for the group range.
hashCode()
isAutoEnd()Specifies a boolean value that indicates whether the application will use the source data to set the end range value.
isAutoStart()Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBy()

public Object getBy()

Represents the interval object for the group range.

Returns: java.lang.Object

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEnd()

public Object getEnd()

Represents the end object for the group range.

Returns: java.lang.Object

getGroupByTypes()

public boolean[] getGroupByTypes()

Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years

Returns: boolean[]

getStart()

public Object getStart()

Represents the start object for the group range.

Returns: java.lang.Object

hashCode()

public native int hashCode()

Returns: int

isAutoEnd()

public Object isAutoEnd()

Specifies a boolean value that indicates whether the application will use the source data to set the end range value.

Returns: java.lang.Object

isAutoStart()

public Object isAutoStart()

Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.

Returns: java.lang.Object

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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