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