FieldValueCellBase.EndLevel Property
In This Article
Gets the index of the last column or row level occupied by the cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that represents the zero-based index of the last column or row level occupied by the cell. |
#Remarks
Use the FieldValueCellBase.StartLevel property to obtain the index of the first column or row level occupied by the cell.
See Also