public abstract class DataGridCellPublic MustInherit Class DataGridCell| DataGridCell | Initializes a new instance of the DataGridCell class. |
| DataGridCell(Int32, Int32) | Initializes a new instance of the DataGridCell class. |
| ColumnNumber | Gets or sets the number of a column in the DataGrid control. |
| RowNumber | Gets or sets the number of a row in the DataGrid control. |
| Clone | Creates a clone (deep copy) of the current DataGridCell instance. |
| Draw | Draws the contents of the cell. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FitColumnWidthToContent | Fits the width of column to the contect of the cell. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue | Gets the value of this cell. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ResetColumnNumber | Sets the ColumnNumber to the default value. |
| ResetRowNumber | Sets the RowNumber to the default value. |
| SetValue | Set the value for this cell. |
| ShouldSerializeColumnNumber | Indicates whether the ColumnNumber property should be serialized by Visual Studio designer. |
| ShouldSerializeRowNumber | Indicates whether the RowNumber property should be serialized by Visual Studio designer. |
| ToString |
Gets the row number and column number of the cell.
(Overrides ObjectToString) |
| m_Value | Value of this cell. |