FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / GetCellDisplayValue<T> Method
The type of cell.
The row.
The column.

In This Topic
    GetCellDisplayValue<T> Method (FlexGrid)
    In This Topic
    Gets the value to display corresponding to the cell in the specified row and column.
    Syntax
    'Declaration
     
    Public Function GetCellDisplayValue(Of T)( _
       ByVal cellType As GridCellType, _
       ByVal row As GridRow, _
       ByVal column As GridColumn _
    ) As T
    public T GetCellDisplayValue<T>( 
       GridCellType cellType,
       GridRow row,
       GridColumn column
    )

    Parameters

    cellType
    The type of cell.
    row
    The row.
    column
    The column.

    Type Parameters

    T
    See Also