 | IColumnViewGetRowCellValue Method (Int32, IGridColumn) |
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,
IGridColumn column
)
Function GetRowCellValue (
rowHandle As Integer,
column As IGridColumn
) As Object
Parameters
- rowHandle
- Type: SystemInt32
An integer value representing a handle of the row in which the desired cell resides. - column
- Type: EBP.Api.Interfaces.Controls.DataGridIGridColumn
A IGridColumn object or descendant representing a column containing the desired cell
Return Value
Type:
ObjectAn object representing the required cell's value.
See Also