FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / CreateCell Method / CreateCell(GridControlRange,Object) Method

In This Topic
    CreateCell(GridControlRange,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Function CreateCell( _
       ByVal range As GridControlRange, _
       ByVal cellKind As Object _
    ) As GridControlCellView
    public override GridControlCellView CreateCell( 
       GridControlRange range,
       object cellKind
    )

    Parameters

    range
    cellKind
    See Also