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

PivotTableCollection.Last Property

Returns the last pivot table in the PivotTableCollection.

Namespace: DevExpress.Spreadsheet

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

Declaration

PivotTable Last { get; }

Property Value

Type Description
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