| Name | Description |
 | BorderWidths | Returns a System.Drawing.Rectangle that represents the widths of all the cell margins. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | ClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell is clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | ContentClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell's content is clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | ContentDoubleClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell's content is double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | CreateAccessibilityInstance | Overridden. Creates a new accessible object for the DataGridViewCell. |
 | DoubleClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell is double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | EnterUnsharesRow | Indicates whether the parent row will be unshared when the focus moves to the cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | Finalize | Releases the unmanaged resources and performs other cleanup operations before the System.Windows.Forms.DataGridViewCell is reclaimed by garbage collection. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | GetClipboardContent | Retrieves the formatted value of the cell to copy to the System.Windows.Forms.Clipboard. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | GetErrorIconBounds | Overridden. Returns the bounding rectangle that encloses the cell's error icon, if one is displayed. |
 | GetFormattedValue | (Inherited from System.Windows.Forms.DataGridViewCell) |
 | GetPreferredSize | Overridden. Calculates the preferred size, in pixels, of the cell. |
 | GetSize | Gets the size of the cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | GetValue | Gets the value of the cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | KeyDownUnsharesRow | Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | KeyPressUnsharesRow | Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | KeyUpUnsharesRow | Indicates whether the parent row is unshared when the user releases a key while the focus is on the cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | LeaveUnsharesRow | Indicates whether a row will be unshared when the focus leaves a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | MouseClickUnsharesRow | Indicates whether a row will be unshared if the user clicks a mouse button while the pointer is on a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | MouseDoubleClickUnsharesRow | Indicates whether a row will be unshared if the user double-clicks a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | MouseDownUnsharesRow | Indicates whether a row will be unshared when the user holds down a mouse button while the pointer is on a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | MouseEnterUnsharesRow | Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | MouseLeaveUnsharesRow | Indicates whether a row will be unshared when the mouse pointer leaves the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | MouseMoveUnsharesRow | Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | MouseUpUnsharesRow | Indicates whether a row will be unshared when the user releases a mouse button while the pointer is on a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnClick | Called when the cell is clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnContentClick | Called when the cell's contents are clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnContentDoubleClick | Called when the cell's contents are double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnDataGridViewChanged | Called when the System.Windows.Forms.DataGridViewElement.DataGridView property of the cell changes. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnDoubleClick | Called when the cell is double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnEnter | Called when the focus moves to a cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnKeyDown | Overridden. Called when a character key is pressed while the focus is on a cell. |
 | OnKeyPress | Overridden. Called when a key is pressed while the focus is on a cell. |
 | OnKeyUp | Called when a character key is released while the focus is on a cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnLeave | Called when the focus moves from a cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnMouseClick | Called when the user clicks a mouse button while the pointer is on a cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnMouseDoubleClick | Called when the user double-clicks a mouse button while the pointer is on a cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnMouseDown | Overridden. Called when the mouse button is held down while the pointer is on a cell. |
 | OnMouseEnter | Called when the mouse pointer moves over a cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnMouseLeave | Called when the mouse pointer leaves the cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnMouseMove | Called when the mouse pointer moves within a cell. (Inherited from System.Windows.Forms.DataGridViewCell) |
 | OnMouseUp | Overridden. Called when the mouse button is released while the pointer is on a cell. |
 | Paint | Overridden. Paints the current DataGridViewCell. |
 | PaintBorder | (Inherited from System.Windows.Forms.DataGridViewCell) |
 | PaintErrorIcon | (Inherited from System.Windows.Forms.DataGridViewCell) |
 | RaiseCellClick | Raises the System.Windows.Forms.DataGridView.CellClick event. (Inherited from System.Windows.Forms.DataGridViewElement) |
 | RaiseCellContentClick | Raises the System.Windows.Forms.DataGridView.CellContentClick event. (Inherited from System.Windows.Forms.DataGridViewElement) |
 | RaiseCellContentDoubleClick | Raises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. (Inherited from System.Windows.Forms.DataGridViewElement) |
 | RaiseCellValueChanged | Raises the System.Windows.Forms.DataGridView.CellValueChanged event. (Inherited from System.Windows.Forms.DataGridViewElement) |
 | RaiseDataError | Raises the System.Windows.Forms.DataGridView.DataError event. (Inherited from System.Windows.Forms.DataGridViewElement) |
 | RaiseMouseWheel | Raises the System.Windows.Forms.Control.MouseWheel event. (Inherited from System.Windows.Forms.DataGridViewElement) |
 | SetValue | Sets the value of the cell. (Inherited from System.Windows.Forms.DataGridViewCell) |