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

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

    Parameters

    range
    cellKind
    See Also