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

In This Topic
    GetData(Int32,String) Method
    In This Topic
    Gets the value of a grid cell.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetData( _
       ByVal row As Integer, _
       ByVal colName As String _
    ) As Object
    public virtual object GetData( 
       int row,
       string colName
    )

    Parameters

    row
    Row index.
    colName
    Column name.

    Return Value

    The value of the cell.
    See Also