Back to Devexpress

PivotPageFieldCollection.Item[String] Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotpagefieldcollection-dot-item-x28-system-dot-string-x29.md

latest2.1 KB
Original Source

PivotPageFieldCollection.Item[String] Property

Provides access to an individual page field in the collection by its name.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
PivotPageField this[string name] { get; }
vb
ReadOnly Property Item(name As String) As PivotPageField

Parameters

NameTypeDescription
nameString

A string that specifies the name of the page field to be obtained.

|

Property Value

TypeDescription
PivotPageField

A PivotPageField object that is a page field with the specified name.

|

Remarks

Use the Item property to obtain a specific page field in the collection by specifying its name. If no matches are found, this method returns null ( Nothing in Visual Basic).

See Also

Pivot Tables in Spreadsheet Documents

Pivot Table API

How to: Create a Pivot Table

PivotPageFieldCollection Interface

PivotPageFieldCollection Members

DevExpress.Spreadsheet Namespace