IThreadSafeAccessible.GetFieldCountByArea(PivotArea) Method
Returns the number of fields located in the specified area.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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