FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / GetCellKind Method

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

    Parameters

    range
    See Also