FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / CreateCell Method / CreateCell(GridCellType,GridCellRange,Object) Method
Type of the cell.
The range.
Kind of cell.

In This Topic
    CreateCell(GridCellType,GridCellRange,Object) Method
    In This Topic
    Creates the cell.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function CreateCell( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cellKind As Object _
    ) As GridCellView
    public virtual GridCellView CreateCell( 
       GridCellType cellType,
       GridCellRange range,
       object cellKind
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cellKind
    Kind of cell.
    Remarks
    The actual data is set in the BindCell method.
    See Also