Skip to main content
Row

PivotCalculatedItemCollection.Last Property

Returns the last calculated item in the PivotCalculatedItemCollection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

PivotItem Last { get; }

Property Value

Type Description
PivotItem

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

See Also