Back to Devexpress

PivotTableCollection.Last Property

officefileapi-devexpress-dot-spreadsheet-dot-pivottablecollection-da33b8a2.md

latest1.4 KB
Original Source

PivotTableCollection.Last Property

Returns the last pivot table in the PivotTableCollection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
PivotTable

A PivotTable object that represents the pivot table at the last position in the collection. null ( Nothing in Visual Basic) if the collection is empty.

|

See Also

First

PivotTableCollection Interface

PivotTableCollection Members

DevExpress.Spreadsheet Namespace