com.aspose.cells.SxRng.html Maven / Gradle / Ivy
SxRng
com.aspose.cells
Class SxRng
java.lang.Object
com.aspose.cells.SxRng
public class SxRng
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
java.lang.Object | getBy() | |
Represents the interval object for the group range. | ||
java.lang.Object | getEnd() | |
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.Object | isAutoEnd() | |
Specifies a boolean value that indicates whether the application will use the source data to set the end range value. | ||
java.lang.Object | isAutoStart() | |
Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value. | ||
java.lang.Object | getStart() | |
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.