FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / GetCellText Method / GetCellText(GridControlRange) Method

In This Topic
    GetCellText(GridControlRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellText( _
       ByVal range As C1.WPF.Grid.GridControlRange _
    ) As String
    public string GetCellText( 
       C1.WPF.Grid.GridControlRange range
    )

    Parameters

    range
    See Also