ComponentOne FlexGrid for WinForms
GetDataDisplay(Int32,String) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > GetDataDisplay Method : GetDataDisplay(Int32,String) Method
Row index.
Column name.
Gets the value in a grid cell, formatted as a string.
Syntax
'Declaration
 
Public Overloads Overridable Function GetDataDisplay( _
   ByVal row As Integer, _
   ByVal colName As String _
) As String
public virtual string GetDataDisplay( 
   int row,
   string colName
)

Parameters

row
Row index.
colName
Column name.

Return Value

A string containing the data displayed in the given grid cell.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List