GetDataFields Method
GetDataFields function
Gets a PivotField object that represents all the data fields in a PivotTable.Read-only.It would be init only when there are two or more data fields in the DataPiovtFiels.It only use to add DataPivotField to the PivotTable row/column area . Default is in row area.
func (instance *PivotTable) GetDataFields() (*PivotFieldCollection, error)
Remarks
See Also
- Class PivotTable
- Namespace Aspose.Cells.Pivot
- Library Aspose.Cells for Go