public class DataGridRow : IDisposablePublic Class DataGridRow
Implements IDisposable| DataGridRow | Initializes a new instance of the DataGridRow class |
| Clear | Removes all cells from this row. |
| Dispose | Clean up any resources being used. |
| Dispose(Boolean) | Disposes all unmanaged and possibly managed resources used by this object. |
| 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| CellsInRow | Collection of cells in the row. |