VGridControlBase.GetCellValue Method
Name | Parameters | Description |
---|---|---|
GetCellValue(BaseRow, Int32) | row, recordIndex | Returns the value of a cell. |
GetCellValue(MultiEditorRow, Int32, Int32) | meRow, recordIndex, cellIndex | Returns the value of a cell in a multi-editor row. |
GetCellValue(RowProperties, Int32) | props, recordIndex | Returns the value of a cell. |
GetCellValue(String, Int32) | fieldName, recordIndex | Returns the value of a cell. |