ColumnView.GetListSourceRowCellValue Method
| Name | Parameters | Description |
|---|---|---|
| GetListSourceRowCellValue(Int32, GridColumn) | listSourceRowIndex, column | Returns the value of the specified cell, which is identified by a column and the index of a record in the data source. |
| GetListSourceRowCellValue(Int32, String) | listSourceRowIndex, fieldName | Returns the value of the specified cell, which is identified by a field name and the index of a record in the data source. |