 | IColumnViewGetRowCellDisplayText Method (Int32, IGridColumn) |
Returns a specific cell's display value from 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)
Syntaxstring GetRowCellDisplayText(
int rowHandle,
IGridColumn column
)
Function GetRowCellDisplayText (
rowHandle As Integer,
column As IGridColumn
) As String
Parameters
- rowHandle
- Type: SystemInt32
An integer value specifying the handle of the row where 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:
StringA System.String value representing a cell's display text
See Also