Skip to main content
A newer version of this page is available. .

PivotGridCells.LeftTopCell Property

Gets or sets the coordinates of the left top visible cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public Point LeftTopCell { get; set; }

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