<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid.OlapCellFactory Class / CreateCellEditor Method

In This Topic
    CreateCellEditor Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CreateCellEditor( _
       ByVal grid As C1FlexGrid, _
       ByVal cellType As CellType, _
       ByVal rng As CellRange _
    ) As FrameworkElement
    public virtual FrameworkElement CreateCellEditor( 
       C1FlexGrid grid,
       CellType cellType,
       CellRange rng
    )

    Parameters

    grid
    cellType
    rng
    See Also