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

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

    Parameters

    cellType
    range
    style
    internalBorders
    See Also