In This Topic
The following tables list the members exposed by NDataRow.
Public Fields
Protected Fields
| Name | Description |
| IpOI | |
Top
Public Properties
| Name | Description |
| Cells | Gets or sets the collection of data cells. It is automatically created and populated with data cells when the data cells are loaded. |
| RowIndex | Gets the index of the row in the data source that this data row represents. |
Top
Public Methods
| Name | Description |
| GetCellAt | Overridden. Gets the cell at the specified index. |
| GetCellCount | Overridden. Gets the count of cells in this row. |
| GetValue | Overloaded. Gets the data row value for the specified column. |
| SetValue | Overloaded. Sets the data row value for the specified column. |
Top
See Also