Back to Devexpress

PivotCalculatedItemCollection.Last Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotcalculateditemcollection-493a1668.md

latest1.5 KB
Original Source

PivotCalculatedItemCollection.Last Property

Returns the last calculated item in the PivotCalculatedItemCollection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PivotItem Last { get; }
vb
ReadOnly Property Last As PivotItem

Property Value

TypeDescription
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

First

PivotCalculatedItemCollection Interface

PivotCalculatedItemCollection Members

DevExpress.Spreadsheet Namespace