PivotGridCells.LeftTopCell Property
Gets or sets the coordinates of the left top visible cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Point | A Point structure that specifies the coordinates of the left top visible cell. |
Remarks
The X and Y members of the LeftTopCell property identify the column and row indexes of the left top visible cell, respectively. You can scroll the Pivot Grid Control by assigning new coordinates to the LeftTopCell property.
See Also