Back to Devexpress

GridCell Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-aca3162d.md

latest2.4 KB
Original Source

GridCell Class

Represents an object which corresponds to a data cell.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class GridCell
vb
Public Class GridCell

Remarks

This GridCell class provides two properties for identifying a cell. The GridCell.RowHandle property specifies the handle of the row which contains the cell. The GridCell.Column property represents the column in which the cell resides. As a result the cell which the GridCell object corresponds to is located at the intersection of the row and column.

The GridCell.Equals method allows two GridCell objects to be compared. The objects are considered equal if they correspond to the same data cell.

Inheritance

Object GridCell

See Also

GridCell Members

GetSelectedCells

SelectCell

SelectCellAnchorRange

SelectCells

UnselectCell

UnSelectCells

DevExpress.XtraGrid.Views.Base Namespace