Skip to main content
Row

PivotTableCollection.First Property

Returns the first pivot table in the PivotTableCollection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

PivotTable First { get; }

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