PivotCustomFieldValueCellsEventArgs.GetCell(Boolean, Int32) Method
In This Article
Returns the field value cell by its index.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
is |
Boolean | true to obtain the column field value cell; false to obtain the row field value cell. |
index | Int32 | An integer value that specifies the zero-based index of the cell. |
#Returns
Type | Description |
---|---|
Field |
A Field |
#Remarks
Field value cells are indexed in the order shown in the image below:
The field value cell can be also located via the PivotCustomFieldValueCellsEventArgs.FindCell method that returns the cell whose column/row summary values match the specified condition.
See Also