SetManualGroupField
Contents
[
Hide
]
SetManualGroupField(int, double, double, ArrayList, double)
Sets manual field group by the PivotTable.
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. |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
SetManualGroupField(PivotField, double, double, ArrayList, double)
Sets manual field group by the PivotTable.
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. |
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.
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 |
See Also
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
SetManualGroupField(PivotField, DateTime, DateTime, ArrayList, int)
Sets manual field group by the PivotTable.
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 |
See Also
- class PivotField
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells