Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / PrepareCellStyle(GridCellType,GridCellRange,C1Style) Method

In This Topic
    PrepareCellStyle(GridCellType,GridCellRange,C1Style) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub PrepareCellStyle( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal style As C1Style _
    ) 
    public override void PrepareCellStyle( 
       GridCellType cellType,
       GridCellRange range,
       C1Style style
    )

    Parameters

    cellType
    range
    style
    See Also