System.Windows.Forms.DataGridCell Members

The members of System.Windows.Forms.DataGridCell are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Initializes a new instance of the System.Windows.Forms.DataGridCell class.

Public Properties

ColumnNumberint.

Gets or sets the number of a column in the System.Windows.Forms.DataGrid control.

RowNumberint.

Gets or sets the number of a row in the System.Windows.Forms.DataGrid control.

Public Methods

override
Equals(object) : bool

Gets a value indicating whether the System.Windows.Forms.DataGridCell is identical to a second System.Windows.Forms.DataGridCell.

override
GetHashCode() : int

Gets a hash value that can be added to a Hashtable.

override
ToString() : string

Gets the row number and column number of the cell.