In This Topic
The following tables list the members exposed by NDataRow.
Public Fields
Protected Fields
| Name | Description |
 | QKpI | |
Top
Public Properties
| Name | Description |
 | Cells | Gets or sets the collection of cells. It is automatically created and populated with cells when the row is 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. |
 | GetCellValue | Overloaded. Gets the data row value for the specified column. |
 | SetCellValue | Overloaded. Sets the data row value for the specified column. |
Top
See Also