Skip to main content
Row

PivotItemReference(Int32, Int32) Constructor

Initializes a new instance of the PivotItemReference class with the specified settings.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public PivotItemReference(
    int fieldIndex,
    int itemIndex
)

Parameters

Name Type Description
fieldIndex Int32

An integer that is the zero-based index of the field containing the referenced item in the PivotFieldCollection collection.

itemIndex Int32

An integer that is the zero-based index of the referenced item in the specified field.

See Also