PivotTable.SetManualGroupField
SetManualGroupField(int, double, double, ArrayList, double)
Sets manual field group by the PivotTable.
[Obsolete("Use PivotField.GroupBy() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetManualGroupField(int baseFieldIndex, double startVal, double endVal,
ArrayList groupByList, double intervalNum)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | Int32 | The row or column field index in the base fields |
startVal | Double | Specifies the starting value for numeric grouping. |
endVal | Double | Specifies the ending value for numeric grouping. |
groupByList | ArrayList | Specifies the grouping type list. Specified by PivotTableGroupType |
intervalNum | Double | Specifies the interval number group by numeric grouping. |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
SetManualGroupField(PivotField, double, double, ArrayList, double)
Sets manual field group by the PivotTable.
[Obsolete("Use PivotField.GroupBy() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetManualGroupField(PivotField pivotField, double startVal, double endVal,
ArrayList groupByList, double intervalNum)
Parameter | Type | Description |
---|---|---|
pivotField | PivotField | The row or column field in the base fields |
startVal | Double | Specifies the starting value for numeric grouping. |
endVal | Double | Specifies the ending value for numeric grouping. |
groupByList | ArrayList | Specifies the grouping type list. Specified by PivotTableGroupType |
intervalNum | Double | Specifies the interval number group by numeric grouping. |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class PivotField
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
SetManualGroupField(int, DateTime, DateTime, ArrayList, int)
Sets manual field group by the PivotTable.
[Obsolete("Use PivotField.GroupBy() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetManualGroupField(int baseFieldIndex, DateTime startVal, DateTime endVal,
ArrayList groupByList, int intervalNum)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | Int32 | The row or column field index in the base fields |
startVal | DateTime | Specifies the starting value for date grouping. |
endVal | DateTime | Specifies the ending value for date grouping. |
groupByList | ArrayList | Specifies the grouping type list. Specified by PivotTableGroupType |
intervalNum | Int32 | Specifies the interval number group by in days grouping.The number of days must be positive integer of nonzero |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
SetManualGroupField(PivotField, DateTime, DateTime, ArrayList, int)
Sets manual field group by the PivotTable.
[Obsolete("Use PivotField.GroupBy() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetManualGroupField(PivotField pivotField, DateTime startVal, DateTime endVal,
ArrayList groupByList, int intervalNum)
Parameter | Type | Description |
---|---|---|
pivotField | PivotField | The row or column field in the base fields |
startVal | DateTime | Specifies the starting value for date grouping. |
endVal | DateTime | Specifies the ending value for date grouping. |
groupByList | ArrayList | Specifies the grouping type list. Specified by PivotTableGroupType |
intervalNum | Int32 | Specifies the interval number group by in days grouping.The number of days must be positive integer of nonzero |
Remarks
NOTE: This method is now obsolete. Instead, please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.
See Also
- class PivotField
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells