PivotFieldCollection.Item[String] Property
Provides access to an individual field in the collection by its name.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of the field to be obtained. This value matches the value of the PivotField.Name property. |
Property Value
Type | Description |
---|---|
PivotField | A PivotField object that is a pivot field with the specified name. |
Remarks
Use the Item property to obtain a specific pivot field in the collection by specifying its name. When searching, the name parameter value is compared to the PivotField.Name property of the PivotField objects contained in the PivotFieldCollection collection. If no matches are found, this method returns null (Nothing in Visual Basic).