Address (inherited from DataGridViewCell) |
Gets the address of a cell. |
Alignment (inherited from DataGridViewCell) |
Gets a value indicating the position of the content within a cell. |
BackColor (inherited from DataGridViewCell) |
Gets the background color of a cell. |
Bounds (inherited from DataGridViewCell) |
Gets the bounds of the cell. |
ColumnIndex (inherited from DataGridViewCell) |
Gets the column index for this cell. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
CustomBorder (inherited from DataGridViewCell) |
Gets border information when the BorderStyle is set to Custom. |
DataGridView (inherited from DataGridViewCell) |
Gets the DataGridView control the cell is located in. |
DataGridViewRow (inherited from DataGridViewCell) |
Gets the DataGridViewRow the cell is located in. |
DrawFocusRectangleWhenCurrent (inherited from DataGridViewCell) |
Gets a value indicating whether the control should draw the focus rectangle when the cell is current (default is true). |
DrawSelectionBackColorWhenActive (inherited from DataGridViewCell) |
Gets a value indicating whether the cell should use the selection backcolor when it is active (default is true). |
Editor |
Gets the editor used to edit cell values. |
ErrorText (inherited from DataGridViewCell) |
Gets or sets the text describing an error condition associated with the cell. |
Font (inherited from DataGridViewCell) |
Gets the font applied to the textual content of a cell. |
ForeColor (inherited from DataGridViewCell) |
Gets the foreground color of a cell. |
Format (inherited from DataGridViewCell) |
Gets or sets the format string applied to the textual content of a cell. |
FormatProvider (inherited from DataGridViewCell) |
Gets or sets the object used to provide culture-specific formatting of cell values. |
GetDefaultValue (inherited from DataGridViewCell) |
Gets the default value for a cell in a newly created row. |
Indent (inherited from DataGridViewCell) |
Gets the distance to indent the content of a cell. |
MergedColumns (inherited from DataGridViewCell) |
Gets or sets the number of cells to the right that should be merged to this cell. |
MergedRows (inherited from DataGridViewCell) |
Gets or sets the number of cells beneath that should be merged to this cell. |
NullValue (inherited from DataGridViewCell) |
Gets or sets the DataGridView cell display value corresponding to a cell value of DBNull. |
ReadOnly (inherited from DataGridViewCell) |
Gets or sets a value indicating whether the cell is read-only. |
RowIndex (inherited from DataGridViewCell) |
Gets the index of the cell's parent row. |
Selected (inherited from DataGridViewCell) |
Gets or sets a value indicating whether the cell is selected. |
SelectionBackColor (inherited from DataGridViewCell) |
Gets the background color used by a cell when it is selected. |
SelectionForeColor (inherited from DataGridViewCell) |
Gets the foreground color used by a cell when it is selected. |
Shareable (inherited from DataGridViewCell) |
Gets or sets a value indicating whether the cell can be shared when it is scrolled out of view. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
Style (inherited from DataGridViewCell) |
Gets or sets the style for the cell. |
Tag (inherited from DataGridViewCell) |
Gets or sets the object that contains data about the cell. |
ToolTipText (inherited from DataGridViewCell) |
Gets or sets the text of a tool tip that describes the cell. |
ToolTipTitle (inherited from DataGridViewCell) |
Gets or sets the title of a tool tip that describes the cell. |
Value (inherited from DataGridViewCell) |
Gets or sets the value associated with this cell. |
ValueType (inherited from DataGridViewCell) |
Gets or sets the data type of the values in the cell. |
WrapMode (inherited from DataGridViewCell) |
Gets or sets a value indicating whether textual content in a cell is wrapped to subsequent lines or truncated when it is too long to fit on a single line. |