Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / GetCellContentRenderFragment Method / GetCellContentRenderFragment(GridCellType,GridCellRange) Method
Type of the cell.
The range.

In This Topic
    GetCellContentRenderFragment(GridCellType,GridCellRange) Method
    In This Topic
    Gets the render fragment that will be set inside the cell's div.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetCellContentRenderFragment( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange _
    ) As RenderFragment
    public virtual RenderFragment GetCellContentRenderFragment( 
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    See Also