FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / GetDataDisplay Method / GetDataDisplay(Int32,Int32) Method
Row index.
Column index.

In This Topic
    GetDataDisplay(Int32,Int32) Method
    In This Topic
    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