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

In This Topic
    CreateCellContent Method (ExcelCellFactory)
    In This Topic
    Provides content for the grid cells.
    Syntax
    'Declaration
     
    
    Public Overrides Sub CreateCellContent( _
       ByVal grid As C1FlexGrid, _
       ByVal bdr As Border, _
       ByVal range As CellRange _
    ) 
    public override void CreateCellContent( 
       C1FlexGrid grid,
       Border bdr,
       CellRange range
    )

    Parameters

    grid
    bdr
    range
    See Also