Skip to main content
Row

PivotCalculatedFieldCollection.Last Property

Returns the last calculated field in the PivotCalculatedFieldCollection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

PivotField Last { get; }

Property Value

Type Description
PivotField

A PivotField object that represents the calculated field at the last position in the collection. null (Nothing in Visual Basic) if the collection is empty.

See Also