PivotTableCollection.Last Property
In This Article
Returns the last pivot table in the PivotTableCollection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
PivotTable Last { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also