Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapter Class / PrepareCellStyle(GridControlRange,C1Style,C1Thickness) Method
The cell's range.
The cell's style.
A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.

In This Topic
    PrepareCellStyle(GridControlRange,C1Style,C1Thickness) Method
    In This Topic
    Prepares the specified style for displaying the cell in the specified range.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PrepareCellStyle( _
       ByVal range As GridControlRange, _
       ByVal style As C1Style, _
       ByVal internalBorders As C1Thickness _
    ) 
    public virtual void PrepareCellStyle( 
       GridControlRange range,
       C1Style style,
       C1Thickness internalBorders
    )

    Parameters

    range
    The cell's range.
    style
    The cell's style.
    internalBorders
    A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.
    See Also