 | IBaseListGetRowCellValue Method |
Gets the cell value for the row corresponding o the given id and a specified field
Namespace:
EBP.Api.Interfaces.Controls.List
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxObject GetRowCellValue(
Object id,
string columnName
)
Function GetRowCellValue (
id As Object,
columnName As String
) As Object
Parameters
- id
- Type: SystemObject
the id - columnName
- Type: SystemString
Column name
Return Value
Type:
Objectthe value
See Also