 | IColumnViewGetRowCellValue Method (Int32, String) |
Returns the specified cell's value in the current View
Namespace:
EBP.Api.Interfaces.Controls.DataGrid
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxObject GetRowCellValue(
int rowHandle,
string fieldName
)
Function GetRowCellValue (
rowHandle As Integer,
fieldName As String
) As Object
Parameters
- rowHandle
- Type: SystemInt32
An integer value representing a handle of the row in which the desired cell resides. - fieldName
- Type: SystemString
A string representing the field name of the column that contains the required
cell. A System.ArgumentNullException exception will be thrown if the current
View does not contain a column with the specified field name..
Return Value
Type:
ObjectAn object representing the required cell's value.
See Also