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

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

    Parameters

    grid
    bdr
    range
    See Also