public class DataGridTextCell : DataGridCell,
IDisposable, IFormattablePublic Class DataGridTextCell
Inherits DataGridCell
Implements IDisposable, IFormattable| DataGridTextCell | Creates a new DataGridTextCell object. |
| DataGridTextCell(Int32, Int32) | Creates a new DataGridTextCell object with specified row index and column index. |
| ColumnNumber |
Gets or sets the number of a column in the DataGrid control.
(Inherited from DataGridCell) |
| DisposeFont | Set to true if you wish the Dispose method to dispose the Font; false otherwise. |
| Font | Gets or sets the Font. |
| RowNumber |
Gets or sets the number of a row in the DataGrid control.
(Inherited from DataGridCell) |
| Clone |
Creates a clone (deep copy) of the current DataGridTextCell instance.
(Overrides DataGridCellClone) |
| Dispose | Clean up any resources being used. |
| Dispose(Boolean) | Disposes all resources used by an object of this class. |
| Draw |
Draws the contents of the cell.
(Overrides DataGridCellDraw(Graphics, Rectangle, Color, DataGridColumn)) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructs this object by calling its Dispose(Boolean) method.
(Overrides ObjectFinalize) |
| FitColumnWidthToContent |
Fits the width of column to the contect of the cell.
(Overrides DataGridCellFitColumnWidthToContent(Graphics, DataGridColumn, Int32)) |
| 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.
(Inherited from DataGridCell) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ResetColumnNumber |
Sets the ColumnNumber to the default value.
(Inherited from DataGridCell) |
| ResetRowNumber |
Sets the RowNumber to the default value.
(Inherited from DataGridCell) |
| SetValue |
Set the value for this cell.
(Inherited from DataGridCell) |
| ShouldSerializeColumnNumber |
Indicates whether the ColumnNumber property should be serialized by Visual Studio designer.
(Inherited from DataGridCell) |
| ShouldSerializeRowNumber |
Indicates whether the RowNumber property should be serialized by Visual Studio designer.
(Inherited from DataGridCell) |
| ToString |
Returns the string representation of the data in this cell.
(Overrides DataGridCellToString) |
| ToString(String, IFormatProvider) | Formats the value of this cell with specified format and format provider. |
| KDefaultFontName | Specifies the default font name. |
| KDefaultFontSize | Specifies the default font size. |
| KDefaultFontStyle | Specifies the default font style. |
| m_Value |
Value of this cell.
(Inherited from DataGridCell) |