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

In This Topic
    GetCellCssClasses Method (GridControlAdapter)
    In This Topic
    Gets the CSS classes that will be applied to the cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCellCssClasses( _
       ByVal range As GridControlRange, _
       ByVal internalBorders As C1Thickness _
    ) As IEnumerable(Of String)

    Parameters

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