Version

GetCellText(UltraGridRow,Object) Method

Returns the text that would be displayed by the editor in the cell if it were provided the specified cellVal. This method handles null as well as DBNull values.
Syntax
'Declaration
 
Public Function GetCellText( _
   ByVal row As UltraGridRow, _
   ByVal cellVal As Object _
) As String
public string GetCellText( 
   UltraGridRow row,
   object cellVal
)

Parameters

row
The UltraGridRow used to determine the editor for the cell.
cellVal
The cell value to be converted into a display text.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also