[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ExcelCellFactory.CreateCellContent

CreateCellContent Method

CreateCellContent(C1FlexGrid, Border, CellRange)

Provides content for the grid cells.

Declaration
public override void CreateCellContent(C1FlexGrid grid, Border bdr, CellRange range)
Public Overrides Sub CreateCellContent(grid As C1FlexGrid, bdr As Border, range As CellRange)
Parameters
Type Name Description
C1FlexGrid grid
Border bdr
CellRange range
Overrides