FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelCellFactory Class / CreateCellEditor Method

In This Topic
    CreateCellEditor Method (ExcelCellFactory)
    In This Topic
    Provides editable content for the grid cells.
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateCellEditor( _
       ByVal grid As C1FlexGrid, _
       ByVal cellType As CellType, _
       ByVal range As CellRange _
    ) As FrameworkElement
    public override FrameworkElement CreateCellEditor( 
       C1FlexGrid grid,
       CellType cellType,
       CellRange range
    )

    Parameters

    grid
    cellType
    range
    See Also