Back to Devexpress

PivotCalculatedItemCollection.First Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotcalculateditemcollection-af0638f6.md

latest1.5 KB
Original Source

PivotCalculatedItemCollection.First Property

Returns the first calculated item in the PivotCalculatedItemCollection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
PivotItem

A PivotItem object that represents the calculated item at the first position in the collection. null ( Nothing in Visual Basic) if the collection is empty.

|

See Also

Last

PivotCalculatedItemCollection Interface

PivotCalculatedItemCollection Members

DevExpress.Spreadsheet Namespace