Returns the number of fields located in the specified area.
Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v17.2.dll

Syntax
C# |
public int GetFieldCountByArea(
PivotArea area
)
|
VB |
Public Function GetFieldCountByArea(
ByVal area As PivotArea
) As Integer
|
Return value
Type: Int32
An integer value that specifies the number of fields located in the specified area.

See Also