Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotCalculatedItemCollection.Last Property

Returns the last calculated item in the PivotCalculatedItemCollection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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