java.lang.Object
com.aspose.cells.SxRng
public class SxRng
| 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 endding 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() | |
isAutoEnd | |
public java.lang.Object isAutoEnd() | |
getStart | |
public java.lang.Object getStart() | |
getEnd | |
public java.lang.Object getEnd() | |
getBy | |
public java.lang.Object getBy() | |
getGroupByTypes | |
public boolean[] getGroupByTypes() | |