Back to Devexpress

PivotTableCollection.First Property

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

latest1.3 KB
Original Source

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

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

Property Value

TypeDescription
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

Last

PivotTableCollection Interface

PivotTableCollection Members

DevExpress.Spreadsheet Namespace