FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / GetCellValue Method / GetCellValue(GridCellRange) Method

In This Topic
    GetCellValue(GridCellRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellValue( _
       ByVal range As C1.WPF.Grid.GridCellRange _
    ) As Object
    public object GetCellValue( 
       C1.WPF.Grid.GridCellRange range
    )

    Parameters

    range
    See Also