Back to Devexpress

PivotCalculatedFieldCollection.First Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotcalculatedfieldcollection-003b8c5d.md

latest1.5 KB
Original Source

PivotCalculatedFieldCollection.First Property

Returns the first calculated field in the PivotCalculatedFieldCollection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
PivotField

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

|

See Also

Last

PivotCalculatedFieldCollection Interface

PivotCalculatedFieldCollection Members

DevExpress.Spreadsheet Namespace