FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / GetCellDisplayValue<T> Method

In This Topic
    GetCellDisplayValue<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetCellDisplayValue(Of T)( _
       ByVal cellType As C1.WPF.Grid.GridCellType, _
       ByVal row As C1.WPF.Grid.GridRow, _
       ByVal column As C1.WPF.Grid.GridColumn _
    ) As T
    public T GetCellDisplayValue<T>( 
       C1.WPF.Grid.GridCellType cellType,
       C1.WPF.Grid.GridRow row,
       C1.WPF.Grid.GridColumn column
    )

    Parameters

    cellType
    row
    column

    Type Parameters

    T
    See Also