Wimark.Controls Class Library  

DataGridView.DataGridViewCellAddress Members

DataGridView.DataGridViewCellAddress overview

Public Constructors

public constructorDataGridView.DataGridViewCellAddress Constructor Initializes a new instance of the DataGridViewCellAddress class.

Public Properties

public propertyCell Returns the cell. The cell will be unshared if it is shared.
public propertyColumnIndex Returns the column index of the cell.
public propertyRowIndex Returns the row index of the cell.

Public Methods

public methodEquals (inherited from ValueType) Overridden. Indicates whether this instance and a specified object are equal.
public methodGetHashCode (inherited from ValueType) Overridden. Returns the hash code for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from ValueType) Overridden. Returns the fully qualified type name of this instance.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DataGridView.DataGridViewCellAddress Class | Wimark.Controls Namespace