PivotTableCollection.First Property
Returns the first pivot table in the PivotTableCollection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| PivotTable | A PivotTable object that represents the first pivot table in the collection. null (Nothing in Visual Basic) if the collection is empty. |
See Also