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

PivotItemReference(Int32, Int32) Constructor

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

Namespace: DevExpress.Spreadsheet

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

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