FieldValueCellBase.StartLevel Property
Gets the first column or row level occupied by the cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that represents the zero-based index of the first column or row level occupied by the cell. |
Remarks
Use the FieldValueCellBase.EndLevel property to obtain the last column or row level occupied by the cell.
See Also