PivotCustomFieldValueCellsEventArgs.GetCellCount(Boolean) Method
In This Article
Returns the number of field value cells in the specified area.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
is |
Boolean | true to return the number of column field value cells; false to return the number of row field value cells. |
#Returns
Type | Description |
---|---|
Int32 | An integer value that represents the number of field value cells in the specified area. |
See Also