PivotCalculatedFieldCollection.Last Property
In This Article
Returns the last calculated field in the PivotCalculatedFieldCollection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PivotField Last { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also