Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotCalculatedFieldCollection.First Property

Returns the first calculated field in the PivotCalculatedFieldCollection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

PivotField First { get; }

Property Value

Type Description
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