com.aspose.cells

  • java.lang.Object
    • 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 endding 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 endding 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