Skip to main content

PivotCustomFieldValueCellsEventArgs.GetCellCount(Boolean) Method

Returns the number of field value cells in the specified area.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public int GetCellCount(
    bool isColumn
)

#Parameters

Name Type Description
isColumn 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