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