Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / GetCellCssClasses Method / GetCellCssClasses(GridCellType,GridCellRange,C1Thickness) Method
Cell's type.
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(GridCellType,GridCellRange,C1Thickness) Method
    In This Topic
    Specify the list of css classes for the cell.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetCellCssClasses( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal internalBorders As C1Thickness _
    ) As IEnumerable(Of String)

    Parameters

    cellType
    Cell's type.
    range
    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.

    Return Value

    List of css-classes names joined into a single string separated by spaces.
    See Also