FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GridPanel Class / GetDataFormatted Method
Index of the row that contains the cell.
Index of the column that contains the cell.

In This Topic
    GetDataFormatted Method (GridPanel)
    In This Topic
    Gets or sets the formatted content of a specific cell.
    Syntax
    'Declaration
     
    Public Function GetDataFormatted( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Object
    public object GetDataFormatted( 
       int row,
       int col
    )

    Parameters

    row
    Index of the row that contains the cell.
    col
    Index of the column that contains the cell.

    Return Value

    The formatted value of the cell.
    See Also