All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.SxRng.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





SxRng




com.aspose.cells
Class SxRng

java.lang.Object
    extended by com.aspose.cells.SxRng

public class SxRng 
extends java.lang.Object

Represents Group Range in a PivotField.


Property Getters/Setters Summary
java.lang.ObjectgetBy()
           Represents the interval object for the group range.
java.lang.ObjectgetEnd()
           Represents the end object for the group range.
boolean[]getGroupByTypes()
           Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years
java.lang.ObjectisAutoEnd()
           Specifies a boolean value that indicates whether the application will use the source data to set the end range value.
java.lang.ObjectisAutoStart()
           Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.
java.lang.ObjectgetStart()
           Represents the start object for the group range.
 

Property Getters/Setters Detail

isAutoStart

public java.lang.Object isAutoStart()
Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.

isAutoEnd

public java.lang.Object isAutoEnd()
Specifies a boolean value that indicates whether the application will use the source data to set the end range value.

getStart

public java.lang.Object getStart()
Represents the start object for the group range.

getEnd

public java.lang.Object getEnd()
Represents the end object for the group range.

getBy

public java.lang.Object getBy()
Represents the interval object for the group range.

getGroupByTypes

public boolean[] getGroupByTypes()
Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy