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

In This Topic
    GetCellText(GridCellType,GridCellRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetCellText( _
       ByVal cellType As C1.WPF.Grid.GridCellType, _
       ByVal range As C1.WPF.Grid.GridCellRange _
    ) As String
    public virtual string GetCellText( 
       C1.WPF.Grid.GridCellType cellType,
       C1.WPF.Grid.GridCellRange range
    )

    Parameters

    cellType
    range
    See Also