PivotGridControl.GetFieldValueOlapMember(PivotGridField, Int32) Method
In This Article
Returns an OLAP member for the specified field value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
public PivotOlapMember GetFieldValueOlapMember(
PivotGridField field,
int lastLevelIndex
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
last |
Int32 | An integer value that specifies the cell's index. |
#Returns
Type | Description |
---|---|
Pivot |
The Pivot |
#Remarks
If the field parameter specifies the row field, the lastLevelIndex parameter specifies the summary cell's vertical position (within a column). If the field parameter specifies the column field, the lastLevelIndex parameter specifies the summary cell's horizontal position (within a row).
See Also