Click or drag to resize

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)
Syntax
string GetRowCellDisplayText(
	int rowHandle,
	IGridColumn column
)

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: String
A System.String value representing a cell's display text
See Also