Aspose::Cells::Pivot::PivotArea::SelectField method
Contents
[
Hide
]PivotArea::SelectField(PivotFieldType, const U16String&) method
Select a field in the region as an area.
void Aspose::Cells::Pivot::PivotArea::SelectField(PivotFieldType axisType, const U16String &fieldName)
Parameter | Type | Description |
---|---|---|
axisType | PivotFieldType | The region type. |
fieldName | const U16String& | The name of pivot field. |
See Also
- Class Vector
- Enum PivotFieldType
- Class U16String
- Class PivotArea
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotArea::SelectField(PivotFieldType, const char16_t*) method
Select a field in the region as an area.
void Aspose::Cells::Pivot::PivotArea::SelectField(PivotFieldType axisType, const char16_t *fieldName)
Parameter | Type | Description |
---|---|---|
axisType | PivotFieldType | The region type. |
fieldName | const char16_t* | The name of pivot field. |
See Also
- Class Vector
- Enum PivotFieldType
- Class PivotArea
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotArea::SelectField(PivotFieldType, const PivotField&) method
Select a field in the region as an area.
void Aspose::Cells::Pivot::PivotArea::SelectField(PivotFieldType axisType, const PivotField &field)
Parameter | Type | Description |
---|---|---|
axisType | PivotFieldType | The region type. |
field | const PivotField& | The pivot field. |
See Also
- Class Vector
- Enum PivotFieldType
- Class PivotField
- Class PivotArea
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++