Skip to main content
A newer version of this page is available. .

IThreadSafeAccessible.GetFieldCountByArea(PivotArea) Method

Returns the number of fields located in the specified area.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

int GetFieldCountByArea(
    PivotArea area
)

Parameters

Name Type Description
area PivotArea

A PivotArea enumeration member that specifies the area.

Returns

Type Description
Int32

An integer value that specifies the number of fields located in the specified area.

Remarks

To obtain which fields are located in the specified area, use the IThreadSafeAccessible.GetFieldsByArea method. To obtain a particular field by its area and index within this area, use the IThreadSafeAccessible.GetFieldByArea method.

See Also