PivotTableDataField Property |
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.
Namespace:
Aspose.Cells.Pivot
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic PivotField DataField { get; }
Public ReadOnly Property DataField As PivotField
Get
public:
property PivotField^ DataField {
PivotField^ get ();
}
member DataField : PivotField with get
Property Value
Type:
PivotField
See Also