ComponentOne FlexGrid for WinForms
GetDataDisplay(Int32,Int32) Method

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

Parameters

row
Row index.
col
Column index.

Return Value

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

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List