asposecells.api
Class SxRng

Represents Group Range in a PivotField.

Property Getters/Setters Summary
methodgetBy()
           Represents the interval object for the group range.
methodgetEnd()
           Represents the end object for the group range.
methodgetGroupByTypes()
           Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years
methodisAutoEnd()
           Specifies a boolean value that indicates whether the application will use the source data to set the endding range value.
methodisAutoStart()
           Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value.
methodgetStart()
           Represents the start object for the group range.
 

Property Getters/Setters Detail

isAutoStart : Object 

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

isAutoEnd : Object 

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

getStart : Object 

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

getEnd : Object 

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

getBy : Object 

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

getGroupByTypes : boolean[] 

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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.