Click or drag to resize

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)
Syntax
Object GetRowCellValue(
	int rowHandle,
	string fieldName
)

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: Object
An object representing the required cell's value.
See Also